27 lines
920 B
YAML
27 lines
920 B
YAML
# 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" }
|
|
|
|
# For complete documentation see http://docs.ckeditor.com/#!/api/CKEDITOR.config
|
|
editor:
|
|
config:
|
|
height: 400
|
|
contentsCss: ["EXT:rte_ckeditor/Resources/Public/Css/contents.css", "EXT:sitepackage/Resources/Public/StyleSheets/Build/rte.css"]
|
|
format_tags: "p;h2;h3;h4;h5"
|
|
|
|
toolbar:
|
|
- [ 'Undo', 'Redo' ]
|
|
- [ 'Format', 'Styles' ]
|
|
- [ 'RemoveFormat' ]
|
|
- [ 'Link', 'Unlink' ]
|
|
- [ 'Cut', 'Copy', 'PasteText', ]
|
|
- [ 'NumberedList', 'BulletedList', 'Table', 'SpecialChar']
|
|
- [ 'Bold', 'Italic' ]
|
|
- [ 'Subscript', 'Superscript' ]
|
|
- [ 'Source', 'Maximize' ]
|
|
|
|
removePlugins:
|
|
- image
|