editor.editor.wysiwyg.yml 793 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. - link
  21. plugins:
  22. ckeditor5_heading:
  23. enabled_headings:
  24. - heading2
  25. - heading3
  26. - heading4
  27. - heading5
  28. - heading6
  29. ckeditor5_imageResize:
  30. allow_resize: true
  31. linkit_extension:
  32. linkit_enabled: true
  33. linkit_profile: default
  34. image_upload:
  35. status: true
  36. scheme: public
  37. directory: inline-images
  38. max_size: ''
  39. max_dimensions:
  40. width: 1080
  41. height: 1080