- # Some predefined colors
- RTE.colors {
- color1 {
- name = black
- value = #000000
- }
- color2 {
- name = blue
- value = #2D4698
- }
- color3 {
- name = red
- value = #FF0000
- }
- color4 {
- name = dark-red
- value = #CC3300
- }
- }
- RTE.default.colors = color1, color2, color3, color4
- RTE.default {
- # Clean content fromm s Word
- enableWordClean = 1
- contentCSS >
- contentCSS = fileadmin/templates/setting/rte.css
- }
- # Userdefined classes for alignment
- # beginning in TYPO3 4.2.
- # Have tob e configured in the stylesheet used.
- RTE.default.buttons.left.useClass = align-left
- RTE.default.buttons.center.useClass = align-center
- RTE.default.buttons.right.useClass = align-right
- RTE.default.buttons.justifyfull.useClass = align-justify
- RTE.default {
- ## Use stylesheet file rather than the above mainStyleOverride and inlineStyle properties to style the contents (htmlArea RTE only)
- ignoreMainStyleOverride = 1
- ## List all class selectors that are allowed on the way to the database
- proc.allowedClasses (
- align-left, align-center, align-right, align-justify, mensi-pismo, vetsi-pismo,
- indent
- )
- ## classesParagraph, classesTable, classesTD, classesLinks, classesCharacter
- ## Classic RTE: Specify the list of class selectors that should be presented in the RTE interface:
- ## htmlArea RTE: Restrict the list of class selectors presented by the RTE to the following:
- classesParagraph (
- align-left, align-center, align-right, align-justify, mensi-pismo, vetsi-pismo
- )
- classesTable = mensi-pismo, vetsi-pismo
- classesTD = align-left, align-center, align-right, align-justify
- classesLinks = mensi-pismo, vetsi-pismo
- classesCharacter = mensi-pismo, vetsi-pismo
- }
- RTE.default {
- hideButtons := removeFromList(textcolor,underline)
- showButtons := addToList(textcolor,underline)
- }