Subversion-Projekte lars-tiefland.laravel_shop

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
148 lars 1
\$config\_booleanize {#variable.config.booleanize}
2
====================
3
 
4
If set to TRUE, [config files](#config.files) values of `on/true/yes`
5
and `off/false/no` get converted to boolean values automatically. This
6
way you can use the values in the template like so:
7
`{if #foobar#}...{/if}`. If foobar was `on`, `true` or `yes`, the `{if}`
8
statement will execute. Defaults to TRUE.