Feature #20000
closedhtmlArea RTE: Add configuration options for the acronym feature
0%
Description
buttons.acronym.PIDList = list of pid's
List of page id's from which to obtain the acronym records. If not set, the list of current webmounts is used.
buttons.acronym.PIDList.depth = int
The number of levels in the page tree, under each pid listed in PIDList, from which acronyms are retrieved, defaulting to 0.
buttons.acronym. lockBeUserToDBmounts = 0/1
If set, the pid's listed under buttons.acronym.PIDList are validated against the user's current webmounts.
If unset or if the user is admin, the PIDList is ignored and acronyms from all pages are retrieved.
Default: The default value of this property is the value of the property with same name in the backend section of theTYPO3 configuration as set by the Install Tool.
(issue imported from #M10416)
Files
Updated by Stanislas Rolland almost 16 years ago
Committed to SVN TYPO3core trunk (revision 5006).
Updated by Stanislas Rolland almost 16 years ago
Follow-up patch replaces
buttons.acronym.PIDList with buttons.acronym.pages
and
buttons.acronym.PIDList.depth with buttons.acronym.recursive
Updated by Stanislas Rolland almost 16 years ago
Follow-up patch committed to trunk (revision 4014).