If set to true, config file values of on/true/yes and off/false/no get converted to boolean values automatically. This way you can use the values in the template like so: {if #foobar#} ... {/if}. If foobar was on, true or yes, the {if} statement will execute. true by default.
如果此變數的值設定為 true 的話,組態檔中的 on/true/yes 與 off/false/no 的 值都將會被自動轉成 boolean 值。如此一來你可以使用樣版檔中的值,如: {if #foobar#} ... {/if}。如果 foobar 設定為 on, true 或 yes 的話,則 {if} 陳述式將會 執行。預設狀況下此變數值為 true。