rte_ul_only.yaml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. ####
  2. # Example of what CKEditor can all bring
  3. ###
  4. # Load default processing options
  5. imports:
  6. - { resource: "EXT:rte_ckeditor/Configuration/RTE/Processing.yaml" }
  7. - { resource: "EXT:rte_ckeditor/Configuration/RTE/Editor/Base.yaml" }
  8. - { resource: "EXT:rte_ckeditor/Configuration/RTE/Editor/Plugins.yaml" }
  9. # Add configuration for the editor
  10. # For complete documentation see http://docs.ckeditor.com/#!/api/CKEDITOR.config
  11. editor:
  12. config:
  13. allowedContent: 'ul li; a[!href,title,target,alt]'
  14. defaultContentLanguage: "de"
  15. defaultLanguage: "de"
  16. contentsCss: "EXT:mrm_be/Resources/Public/Css/rte_contents_styles.css"
  17. toolbarGroups:
  18. - { name: 'document', groups: [ 'mode', 'document', 'doctools' ] }
  19. - { name: 'clipboard', groups: [ 'clipboard', 'undo' ] }
  20. - { name: 'tools', groups: [ 'tools' ] }
  21. - '/'
  22. - { name: 'paragraph', groups: [ 'list' ] }
  23. - { name: 'links', groups: [ 'links' ] }
  24. - { name: 'insert', groups: [ 'insert' ] }
  25. - { name: 'styles', groups: [ 'styles' ] }
  26. removeButtons:
  27. - Form
  28. - Checkbox
  29. - Radio
  30. - TextField
  31. - Textarea
  32. - Select
  33. - Button
  34. - ImageButton
  35. - HiddenField
  36. - Outdent
  37. - Indent
  38. - CreateDiv
  39. - Strike
  40. - Underline
  41. #- Styles
  42. - Format
  43. - Font
  44. - FontSize
  45. - TextColor
  46. - BGColor
  47. - About
  48. - HorizontalRule
  49. - JustifyLeft
  50. - JustifyCenter
  51. - JustifyRight
  52. - JustifyBlock
  53. - BidiRtl
  54. - BidiLtr
  55. - Language
  56. - Flash
  57. - Image