editor.editor.wysiwyg.yml 869 B

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