Merge pull request #4021 from jeffreyguo/patch-9

DOCS Update 01_SiteConfig.md
This commit is contained in:
Daniel Hensby 2015-03-17 23:20:03 +00:00
commit c1a7a8d7bd

View File

@ -16,7 +16,7 @@ throughout the site. Out of the box this includes selecting the current site the
<% with $SiteConfig %>
$Title $AnotherField
<% end_loop %>
<% end_with %>
To access variables in the PHP:
@ -61,12 +61,12 @@ Then activate the extension.
<div class="notice" markdown="1">
After adding the class and the YAML change, make sure to rebuild your database by visiting http://yoursite.com/dev/build.
You may also need to reload the screen with a `flush=1` i.e http://yoursite.com/admin/settings?flush=1.
You may also need to reload the screen with a `?flush=1` i.e http://yoursite.com/admin/settings?flush=1.
</div>
You can define as many extensions for `SiteConfig` as you need. For example, if you're developing a module and what to
You can define as many extensions for `SiteConfig` as you need. For example, if you're developing a module and want to
provide the users a place to configure settings then the `SiteConfig` panel is the place to go it.
## API Documentation
* `[api:SiteConfig]`
* `[api:SiteConfig]`