Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. RTE.default {
  2. contentCSS = fileadmin/templates/css/typo3-RTE.css
  3. }
  4.  
  5. RTE.default.proc.allowedClasses := addToList(tel, fax)
  6. RTE.default.buttons {
  7. textstyle.tags.span.allowedClasses := addToList(tel,fax)
  8. }
  9.  
  10. RTE.default.proc.allowedClasses := removeFromList(csc-frame-frame1, csc-frame-frame2, important, name-of-person, detail)
  11.  
  12. RTE.classes := removeFromList(csc-frame-frame1, csc-frame-frame2, important, name-of-person, detail)
  13.  
  14. RTE.classes.tel {
  15. name = Telefonnummer
  16. class = tel
  17. }
  18. RTE.classes.fax {
  19. name = Fax
  20. class = fax
  21.  
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement