rte_skala.yaml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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: 'Skala-Überschrift', element: 'h3' }
  25. - { name: 'Eingerückter Text', element: 'p', attributes: { 'class' : 'left-padded-text' }}
  26. toolbarGroups:
  27. - { name: 'document', groups: [ 'mode', 'document', 'doctools' ] }
  28. - { name: 'clipboard', groups: [ 'clipboard', 'undo' ] }
  29. - { name: 'tools', groups: [ 'tools' ] }
  30. - { name: 'editing', groups: [ 'find', 'selection', 'spellchecker', 'editing' ] }
  31. - '/'
  32. - { name: 'forms', groups: [ 'forms' ] }
  33. - { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] }
  34. - { name: 'paragraph', groups: [ 'list', 'indent', 'blocks', 'align', 'bidi', 'paragraph' ] }
  35. - { name: 'links', groups: [ 'links' ] }
  36. - { name: 'insert', groups: [ 'insert' ] }
  37. - { name: 'styles', groups: [ 'styles' ] }
  38. - { name: 'colors', groups: [ 'colors' ] }
  39. - { name: 'others', groups: [ 'others' ] }
  40. - { name: 'about', groups: [ 'about' ] }
  41. removeButtons:
  42. - Form
  43. - Checkbox
  44. - Radio
  45. - TextField
  46. - Textarea
  47. - Select
  48. - Button
  49. - ImageButton
  50. - HiddenField
  51. - Outdent
  52. - Indent
  53. - CreateDiv
  54. - Strike
  55. - Underline
  56. #- Styles
  57. - Format
  58. - Font
  59. - FontSize
  60. - TextColor
  61. - BGColor
  62. - About
  63. - HorizontalRule
  64. - JustifyLeft
  65. - JustifyCenter
  66. - JustifyRight
  67. - JustifyBlock
  68. - BidiRtl
  69. - BidiLtr
  70. - Language
  71. - Flash
  72. - Image