47 lines
1.6 KiB
YAML
47 lines
1.6 KiB
YAML
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" }
|
|
|
|
editor:
|
|
config:
|
|
contentsCss: "EXT:base/Resources/Public/Css/rte.css"
|
|
|
|
stylesSet:
|
|
- { name: "Lead", element: "p", attributes: { 'class': 'lead' } }
|
|
- { name: "Small", element: "p", attributes: { 'class': 'small' } }
|
|
- { name: "Big Number", element: "span", attributes: { 'class': 'big-number' } }
|
|
|
|
- { name: "Button", element: "a", attributes: { 'class': 'btn' } }
|
|
|
|
toolbarGroups:
|
|
- { name: styles, groups: [ format, styles ] }
|
|
- { name: basicstyles, groups: [ basicstyles ] }
|
|
- { name: paragraph, groups: [ list, indent, blocks, align ] }
|
|
- "/"
|
|
- { name: links, groups: [ links ] }
|
|
- { name: clipboard, groups: [ clipboard, cleanup, undo ] }
|
|
- { name: editing, groups: [ spellchecker ] }
|
|
- { name: insert, groups: [ insert ] }
|
|
- { name: tools, groups: [ table, specialchar ] }
|
|
- { name: document, groups: [ mode ] }
|
|
|
|
format_tags: "p;h3;h4;h5;pre"
|
|
|
|
justifyClasses:
|
|
- text-left
|
|
- text-center
|
|
- text-right
|
|
- text-justify
|
|
|
|
extraPlugins:
|
|
- justify
|
|
|
|
removePlugins:
|
|
- image
|
|
|
|
removeButtons:
|
|
- Anchor
|
|
- Underline
|
|
- Strike
|