editor.editor.wysiwyg.yml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. - youtubeEmbed
  23. plugins:
  24. ckeditor5_heading:
  25. enabled_headings:
  26. - heading2
  27. - heading3
  28. - heading4
  29. - heading5
  30. - heading6
  31. ckeditor5_imageResize:
  32. allow_resize: true
  33. ckeditor5_sourceEditing:
  34. allowed_tags: { }
  35. ckeditor5_youtube_embed_youtubeembed:
  36. enabled_optional_attributes:
  37. - height
  38. - width
  39. - allowfullscreen
  40. - allow
  41. linkit_extension:
  42. linkit_enabled: true
  43. linkit_profile: default
  44. image_upload:
  45. status: true
  46. scheme: public
  47. directory: inline-images
  48. max_size: null
  49. max_dimensions:
  50. width: 1080
  51. height: 1080