editor.editor.umami_basic_html.yml

Same filename and directory in other branches
  1. 11.x core/modules/editor/tests/fixtures/update/editor.editor.umami_basic_html.yml
core/modules/editor/tests/fixtures/update/editor.editor.umami_basic_html.yml
1 string reference to 'editor.editor.umami_basic_html'
EditorSanitizeImageUploadSettingsUpdateTest::testUpdateRemoveMeaninglessImageUploadSettings in core/modules/editor/tests/src/Functional/Update/EditorSanitizeImageUploadSettingsUpdateTest.php
Ensure image upload settings for Text Editor config entities are corrected.

File

core/modules/editor/tests/fixtures/update/editor.editor.umami_basic_html.yml

View source
  1. uuid: c82794ef-c451-49c6-be67-39e2b0649a47
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - filter.format.basic_html
  7. module:
  8. - ckeditor5
  9. format: basic_html
  10. editor: ckeditor5
  11. settings:
  12. toolbar:
  13. items:
  14. - bold
  15. - italic
  16. - '|'
  17. - link
  18. - '|'
  19. - bulletedList
  20. - numberedList
  21. - '|'
  22. - blockQuote
  23. - '|'
  24. - heading
  25. - '|'
  26. - sourceEditing
  27. - '|'
  28. plugins:
  29. ckeditor5_heading:
  30. enabled_headings:
  31. - heading2
  32. - heading3
  33. - heading4
  34. - heading5
  35. - heading6
  36. ckeditor5_list:
  37. properties:
  38. reversed: false
  39. startIndex: true
  40. multiBlock: false
  41. ckeditor5_sourceEditing:
  42. allowed_tags:
  43. - '<cite>'
  44. - '<dl>'
  45. - '<dt>'
  46. - '<dd>'
  47. - '<a hreflang>'
  48. - '<blockquote cite>'
  49. - '<ul type>'
  50. - '<ol type>'
  51. - '<h2 id>'
  52. - '<h3 id>'
  53. - '<h4 id>'
  54. - '<h5 id>'
  55. - '<h6 id>'
  56. - '<img src alt data-entity-type data-entity-uuid data-align data-caption width height loading>'
  57. image_upload:
  58. status: false
  59. scheme: public
  60. directory: inline-images
  61. max_size: ''
  62. max_dimensions:
  63. width: null
  64. height: null

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.