OptionDrop

OptionDrop is a special Liquid drop representing the options system. With it, you can retrieve all options currently set in the application.

An instance of OptionDrop is available throughout all templates in the variable option.

To retrieve the value of an option, just call option["section_key"] in your template. For example, to display the name the user gave to his blog in the Admin Center in the category "general", use the expression {{ option["general_blogname"] }}.

TODO: A complete list of all options available Chameleon will come soon. For now, take a look at config/settings.yml.

page_revision: 0, last_edited: 1180350719|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution 2.5 License.