| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- ####
- # Example of what CKEditor can all bring
- ###
- # Load default processing options
- imports:
- - { resource: "EXT:rte_ckeditor/Configuration/RTE/Processing.yaml" }
- - { resource: "EXT:rte_ckeditor/Configuration/RTE/Editor/Base.yaml" }
- - { resource: "EXT:rte_ckeditor/Configuration/RTE/Editor/Plugins.yaml" }
- # Add configuration for the editor
- # For complete documentation see http://docs.ckeditor.com/#!/api/CKEDITOR.config
- editor:
- externalPlugins:
- abisignet:
- resource: "EXT:mrm_be/Resources/Public/CKeditor/Plugins/abisignet/"
- abiarrows:
- resource: "EXT:mrm_be/Resources/Public/CKeditor/Plugins/abiarrows/"
- config:
- defaultContentLanguage: "de"
- defaultLanguage: "de"
- contentsCss: "EXT:mrm_be/Resources/Public/Css/rte_contents_styles.css"
- stylesSet:
- - { name: 'Externe Linklist', element: 'ul', attributes: { 'class' : 'mrm-abi-content-linklist external-anchors-only' } }
- - { name: 'Anmerkung', element: 'p', attributes: { 'class' : 'notice' } }
- - { name: 'Eingerückter Text', element: 'p', attributes: { 'class' : 'left-padded-text' }}
- - { name: 'Überschrift 3', element: 'h3', attributes: { }}
- - { name: 'Überschrift 4', element: 'h4', attributes: { }}
- - { name: 'Liste mit Abstand', element: 'ul', attributes: { 'class' : 'mrm-abi-content-mb-1' }}
- toolbarGroups:
- - { name: 'document', groups: [ 'mode', 'document', 'doctools' ] }
- - { name: 'clipboard', groups: [ 'clipboard', 'undo' ] }
- - { name: 'tools', groups: [ 'tools' ] }
- - { name: 'editing', groups: [ 'find', 'selection', 'spellchecker', 'editing' ] }
- - '/'
- - { name: 'forms', groups: [ 'forms' ] }
- - { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] }
- - { name: 'paragraph', groups: [ 'list', 'indent', 'blocks', 'align', 'bidi', 'paragraph' ] }
- - { name: 'links', groups: [ 'links' ] }
- - { name: 'insert', groups: [ 'insert' ] }
- - { name: 'styles', groups: [ 'styles' ] }
- - { name: 'colors', groups: [ 'colors' ] }
- - { name: 'others', groups: [ 'others' ] }
- - { name: 'about', groups: [ 'about' ] }
- removeButtons:
- - Form
- - Checkbox
- - Radio
- - TextField
- - Textarea
- - Select
- - Button
- - ImageButton
- - HiddenField
- - Outdent
- - Indent
- - CreateDiv
- - Strike
- - Underline
- #- Styles
- - Format
- - Font
- - FontSize
- - TextColor
- - BGColor
- - About
- - HorizontalRule
- - JustifyLeft
- - JustifyCenter
- - JustifyRight
- - JustifyBlock
- - BidiRtl
- - BidiLtr
- - Language
- - Flash
- - Image
|