Bug #19324
closedhtmlArea RTE: unable to disable the acronym element from the acronym feature
0%
Description
Although the acronym element is deprecated, it is not possible to disable completely its use in the acronym feature.
(issue imported from #M9341)
Files
Updated by Stanislas Rolland about 16 years ago
When no acronym record of type acronym exist in the database, the acronym section is not shown in the acronym dialogue window. However, the type may appear in the form used to create acronym records. The attached patch adds a default value to the acronym type field. The default is abbreviation. Then the field can be removed from the form with:
TCEFORM.tx_rtehtmlarea_acronym.type.disabled = 1
Then all created records will be of type abbreviation.
In the trunk version of the patch, the exclude flag is set on the field so that it will be visible only by admins, unless explicitly permitted to some BE user groups in UserTSConfig.
Updated by Stanislas Rolland about 16 years ago
Committed to SVN TYPO3core trunk (revision 4108) and branch TYPO3_4-2 (revision 4109).