editor.editor.wisiwig.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. uuid: 1eb1b69c-5629-46ce-bdfb-74380db1053a
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. config:
  6. - filter.format.wisiwig
  7. module:
  8. - ckeditor5
  9. format: wisiwig
  10. editor: ckeditor5
  11. settings:
  12. toolbar:
  13. items:
  14. - heading
  15. - bold
  16. - italic
  17. - '|'
  18. - blockQuote
  19. - code
  20. - bulletedList
  21. - numberedList
  22. - link
  23. - superscript
  24. - sourceEditing
  25. plugins:
  26. ckeditor5_heading:
  27. enabled_headings:
  28. - heading2
  29. - heading3
  30. - heading4
  31. - heading5
  32. - heading6
  33. ckeditor5_list:
  34. properties:
  35. reversed: false
  36. startIndex: true
  37. multiBlock: true
  38. ckeditor5_sourceEditing:
  39. allowed_tags:
  40. - '<cite>'
  41. - '<dl>'
  42. - '<dt>'
  43. - '<dd>'
  44. - '<blockquote cite>'
  45. - '<ul type>'
  46. - '<ol type>'
  47. - '<a hreflang accesskey id rel target title data-entity-type data-entity-uuid data-entity-substitution>'
  48. - '<h2 id>'
  49. - '<h3 id>'
  50. - '<h4 id>'
  51. - '<h5 id>'
  52. - '<h6 id>'
  53. linkit_extension:
  54. linkit_enabled: false
  55. image_upload: { }