editor.editor.wysiwyg.yml 1018 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. - allow
  40. linkit_extension:
  41. linkit_enabled: true
  42. linkit_profile: default
  43. image_upload:
  44. status: true
  45. scheme: public
  46. directory: inline-images
  47. max_size: null
  48. max_dimensions:
  49. width: 1080
  50. height: 1080