Table of Contents
spellcheck_language_code
Allows you to specify the language used in the spellchecking functions. Set the value to the two letter ISO 639 language code for the spellcheck (ex: en, es, de)
$conf['spellcheck_language_code'] => 'de';
smart_static_parsing (y/n)
If enabled, parsing of embedded templates that are not set to the template type “Static” will still be parsed as static if they can be (i.e. if they have no PHP or ExpressionEngine tags in them).
$conf['smart_static_parsing'] => 'y';
