rte.yaml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. externalPlugins:
  13. abisignet:
  14. resource: "EXT:mrm_be/Resources/Public/CKeditor/Plugins/abisignet/"
  15. abiarrows:
  16. resource: "EXT:mrm_be/Resources/Public/CKeditor/Plugins/abiarrows/"
  17. config:
  18. defaultContentLanguage: "de"
  19. defaultLanguage: "de"
  20. contentsCss: "EXT:mrm_be/Resources/Public/Css/rte_contents_styles.css"
  21. stylesSet:
  22. - { name: 'Externe Linklist', element: 'ul', attributes: { 'class' : 'mrm-abi-content-linklist external-anchors-only' } }
  23. - { name: 'Anmerkung', element: 'p', attributes: { 'class' : 'notice' } }
  24. - { name: 'Eingerückter Text', element: 'p', attributes: { 'class' : 'left-padded-text' }}
  25. - { name: 'Überschrift 3', element: 'h3', attributes: { }}
  26. - { name: 'Überschrift 4', element: 'h4', attributes: { }}
  27. - { name: 'Liste mit Abstand', element: 'ul', attributes: { 'class' : 'mrm-abi-content-mb-1' }}
  28. toolbarGroups:
  29. - { name: 'document', groups: [ 'mode', 'document', 'doctools' ] }
  30. - { name: 'clipboard', groups: [ 'clipboard', 'undo' ] }
  31. - { name: 'tools', groups: [ 'tools' ] }
  32. - { name: 'editing', groups: [ 'find', 'selection', 'spellchecker', 'editing' ] }
  33. - '/'
  34. - { name: 'forms', groups: [ 'forms' ] }
  35. - { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] }
  36. - { name: 'paragraph', groups: [ 'list', 'indent', 'blocks', 'align', 'bidi', 'paragraph' ] }
  37. - { name: 'links', groups: [ 'links' ] }
  38. - { name: 'insert', groups: [ 'insert' ] }
  39. - { name: 'styles', groups: [ 'styles' ] }
  40. - { name: 'colors', groups: [ 'colors' ] }
  41. - { name: 'others', groups: [ 'others' ] }
  42. - { name: 'about', groups: [ 'about' ] }
  43. removeButtons:
  44. - Form
  45. - Checkbox
  46. - Radio
  47. - TextField
  48. - Textarea
  49. - Select
  50. - Button
  51. - ImageButton
  52. - HiddenField
  53. - Outdent
  54. - Indent
  55. - CreateDiv
  56. - Strike
  57. - Underline
  58. #- Styles
  59. - Format
  60. - Font
  61. - FontSize
  62. - TextColor
  63. - BGColor
  64. - About
  65. - HorizontalRule
  66. - JustifyLeft
  67. - JustifyCenter
  68. - JustifyRight
  69. - JustifyBlock
  70. - BidiRtl
  71. - BidiLtr
  72. - Language
  73. - Flash
  74. - Image