17 lines
370 B
YAML
17 lines
370 B
YAML
# Load default processing options
|
|
imports:
|
|
- { resource: 'EXT:rte_ckeditor/Configuration/RTE/Processing.yaml' }
|
|
- { resource: 'EXT:rte_ckeditor/Configuration/RTE/Editor/Base.yaml' }
|
|
|
|
# Minimal configuration for the editor
|
|
editor:
|
|
config:
|
|
toolbar:
|
|
items:
|
|
- bold
|
|
- italic
|
|
- '|'
|
|
- clipboard
|
|
- undo
|
|
- redo
|