Skip to content

Commit

Permalink
added link to theme/config.php defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
moldcraft committed Jun 11, 2015
1 parent 65ea4a5 commit 89d42a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convention/directory-structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Let's take a closer look at each directory and file, and understand how it works
* ``framework-customizations/theme/manifest.php`` - Contains an array with information about theme, accessible through ``fw()->theme->manifest->get('key');``.
More details about the :doc:`theme manifest </manifest/theme>`.

* ``framework-customizations/theme/config.php`` - Theme configuration array, accessible through ``fw()->theme->get_config('key');``.
* ``framework-customizations/theme/config.php`` - Theme configuration array, accessible through ``fw()->theme->get_config('key');``. `Here <https://github.com/ThemeFuse/Unyson/blob/3b79926d5e09f7c9b2697444ffa8d4c9a39b7f5b/framework/core/components/theme.php#L156-L159>`__ are the default values.

* ``framework-customizations/theme/options/`` - A directory containing option files: post types, taxonomies and theme settings page options.
The framework will automatically pick them, display in admin pages and save the values in the database.
Expand Down

0 comments on commit 89d42a1

Please sign in to comment.