editor.editor.wysiwyg.yml 386 B

123456789101112131415161718192021222324
  1. langcode: fr
  2. status: true
  3. dependencies:
  4. config:
  5. - filter.format.wysiwyg
  6. module:
  7. - ckeditor5
  8. format: wysiwyg
  9. editor: ckeditor5
  10. settings:
  11. toolbar:
  12. items:
  13. - heading
  14. - bold
  15. - italic
  16. plugins:
  17. ckeditor5_heading:
  18. enabled_headings:
  19. - heading2
  20. - heading3
  21. - heading4
  22. - heading5
  23. - heading6
  24. image_upload: { }