Preset.yaml 379 B

12345678910111213141516171819202122
  1. #
  2. # import basic
  3. #
  4. imports:
  5. - { resource: "EXT:site_package/Configuration/RTE/BasicPreset.yaml" }
  6. editor:
  7. config:
  8. #
  9. # add custom rte css
  10. #
  11. contentsCss:
  12. - "EXT:bagger_site_package/Resources/Public/Css/rte.css"
  13. #
  14. # add custom style options
  15. #
  16. stylesSet:
  17. - { name: "Button Hover", element: "a", attributes: { class: "btn link" } }