Upon installation, the extension will set default properties in User TSConfig as specified by the extension configuration variable: Default configuration settings. Three default configurations are available: Minimal, Typical, and Demo. These default configurations are documented in the next section of the present document.
These properties may be modified for any particular BE user or BE user group, with the Typo3 User Admin Tool. Properties of User TSConfig are documented in this document: http://typo3.org/documentation/document-library/doc_core_tsconfig/User_TSconfig/
Property: | Data type: | Description: |
|---|---|---|
setup.default.edit_RTE | boolean | Specifies that RTE editing should be enabled or disabled by default for all users. |
options.RTEkeyList | list of id-strings | Specifies the list of RTE buttons to which the BE user or BE user group is restricted. Default: * (means all) Note: For the list of possible buttons, see property showButtons of Page TsConfig. |
options.HTMLAreaPspellMode (htmlArea RTE only) | string | Specifies the mode of spelling suggestions. Possible values are: ultra, fast, normal or bad-spellers. Default: normal Note: For more information on spelling suggestions modes, see Notes on the Different Suggestion Modes ). |
options.enablePersonalDicts (htmlArea RTE only) | boolean | Enables the personal dictionaries feature for the user or user group, when the feature is enabled in Page TSConfig. Default: 0 Note: The option is ignored if PHP safe_mode is enabled. Note: The feature must also be enabled in Page TSConfig. |
options.uploadFieldsInTopOfEB | boolean | Inserts a file uploader on the File tab of the Insert/Modify link dialog, when TYPO3Browsers is enabled. Default: 0 |
options.createFoldersInEB | boolean | If set, a create folders option appears in the element browser, when TYPO3Brwosers is enabled. Note: For admin-users this is always enabled. Default: 0 |
options.noThumbsInRTEimageSelect | boolean | If set, then image thumbnails are not shown in the image selector. Default: 0 |
options.RTESmallWidth options.RTESmallHeight (htmlArea RTE only) | pixels | Width and height of the editor area when edit_wideDocument is NOT set. Default: RTESmallWidth = 530, RTESmallHeight = 380 |
options.RTELargeWidthIncrement options.RTELargeHeightIncrement (htmlArea RTE only) | pixels | Increments applied to the width and height of the editor area when edit_wideDocument IS set. Default: RTELargeWidthIncrement= 150, RTELargeHeilghtIncrement = 0 |