Table of Contents
- spellcheck_language_code
- smart_static_parsing
- encode_removed_text
- protect_javascript
- popup_link
- remove_close_all_button
spellcheck_language_code
Value: two letter 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
Value: 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';
encode_removed_text
Value: text string
If set, when an {encode=”“} tag is encountered, but emails are not to be encoded, this text will be displayed in place of the tag.
$conf['encode_removed_text'] => 'Encoded emails not allowed';
protect_javascript
Value: y/n
Prevents the advanced conditionals parser from processing anything in tags.
$conf['protect_javascript'] => 'y';
popup_link
Value: y/n
Determines whether or not links created by Typography class open in a new window.
$conf['popup_link'] => 'y';
remove_close_all_button
Value: y/n
Removes the Close All button from the Publish/Edit page. Useful because most browsers no longer need it and Admins might want it gone
$conf['remove_close_all_button'] => 'y';
