13 lines
488 B
YAML
13 lines
488 B
YAML
# Import basic configuration
|
|
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:
|
|
config:
|
|
# Include custom CSS
|
|
contentsCss:
|
|
- "EXT:my_extension/Resources/Public/Css/rte.css"
|