editor.editor.wysiwyg.yml 701 B

12345678910111213141516171819202122232425262728293031323334353637
  1. uuid: 26dd8ced-4d7b-4d4a-a2a1-1df2f53e9081
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. config:
  6. - filter.format.wysiwyg
  7. module:
  8. - ckeditor5
  9. _core:
  10. default_config_hash: UHzilqnilnoji3DdOanr6_xzX4Dg430p8Dn4Ub7U9dw
  11. format: wysiwyg
  12. editor: ckeditor5
  13. settings:
  14. toolbar:
  15. items:
  16. - heading
  17. - bold
  18. - italic
  19. - drupalInsertImage
  20. plugins:
  21. ckeditor5_heading:
  22. enabled_headings:
  23. - heading2
  24. - heading3
  25. - heading4
  26. - heading5
  27. - heading6
  28. ckeditor5_imageResize:
  29. allow_resize: true
  30. image_upload:
  31. status: true
  32. scheme: public
  33. directory: inline-images
  34. max_size: ''
  35. max_dimensions:
  36. width: 1080
  37. height: 1080