Feature #20070
closedhtmlArea RTE: Improve spell checker configurability
0%
Description
Default dictionary and list of dictionaries should be moved from EM to Page TSConfig
(issue imported from #M10513)
Files
Updated by Stanislas Rolland almost 16 years ago
EM variables defaultDictionary and dictionaryList are marked DEPRECATED.
Page TSConfig property RTE.default.enablePersonalDicts is marked DEPRECATED.
The following Page TSConfig properties are added:
buttons.spellcheck.enablePersonalDictionaries: boolean
If set, personal dictionaries are enabled.
Default: 0
Note: The option is ignored if PHP safe_mode is enabled on the server.
Note: The feature must also be enabled in User TSConfig.
Note: Personal dictionaries are stored in subdirectories of uploads/tx_rtehtmlarea
buttons.spellcheck.dictionaries.items: list-of-id-strings
The list of Aspell dictionary codes available to the spell checking feature. This list is used only if safe_mode is enabled. If safe_mode is not enabled, the list is automatically obtained from Aspell.
Default: en
buttons.spellcheck.dictionaries.restrictToItems: list-of-id-strings
List of Aspell dictionary codes to which the drop-down list of dictionaries is limited in the spell checker dialogue.
Note: If not set, all dictionaries obtained from Aspell or, if safe_mode is enabled, all dictionaries listed in property buttons.spellcheck.dictionaries.items, will appear in the drop-down list.
buttons.spellcheck.dictionaries.[language-iso-code].defaultValue: string
Aspell dictionary code of the dictionary to be used by default to spell check a content element in the language specified by the ISO code. The specified dictionary will be pre-selected in the drop-down list of dictionaries.
Default: the language ISO code.
Updated by Stanislas Rolland over 15 years ago
Committed to SVN TYPO3core trunk (revision 5046).