editor.editor.full_html.yml

Same filename in this branch
  1. 11.x core/profiles/standard/config/install/editor.editor.full_html.yml
  2. 11.x core/profiles/demo_umami/config/install/editor.editor.full_html.yml
  3. 11.x core/recipes/full_html_format_editor/config/editor.editor.full_html.yml
Same filename and directory in other branches
  1. 9 core/profiles/standard/config/install/editor.editor.full_html.yml
  2. 9 core/profiles/demo_umami/config/install/editor.editor.full_html.yml
  3. 9 core/modules/ckeditor5/tests/fixtures/ckeditor4_config/editor.editor.full_html.yml
  4. 8.9.x core/profiles/standard/config/install/editor.editor.full_html.yml
  5. 8.9.x core/profiles/demo_umami/config/install/editor.editor.full_html.yml
  6. 10 core/profiles/standard/config/install/editor.editor.full_html.yml
  7. 10 core/profiles/demo_umami/config/install/editor.editor.full_html.yml
  8. 10 core/modules/ckeditor5/tests/fixtures/ckeditor4_config/editor.editor.full_html.yml
core/modules/ckeditor5/tests/fixtures/ckeditor4_config/editor.editor.full_html.yml
1 string reference to 'editor.editor.full_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/ckeditor5/tests/fixtures/ckeditor4_config/editor.editor.full_html.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - filter.format.full_html
  6. # TRICKY: This technically is a module that this config depends on, but it has been removed from Drupal >=10.
  7. # module:
  8. # - ckeditor
  9. format: full_html
  10. editor: ckeditor
  11. settings:
  12. toolbar:
  13. rows:
  14. -
  15. -
  16. name: Formatting
  17. items:
  18. - Bold
  19. - Italic
  20. - Strike
  21. - Superscript
  22. - Subscript
  23. - '-'
  24. - RemoveFormat
  25. -
  26. name: Linking
  27. items:
  28. - DrupalLink
  29. - DrupalUnlink
  30. -
  31. name: Lists
  32. items:
  33. - BulletedList
  34. - NumberedList
  35. -
  36. name: Media
  37. items:
  38. - Blockquote
  39. - DrupalImage
  40. - Table
  41. - HorizontalRule
  42. -
  43. name: 'Block Formatting'
  44. items:
  45. - Format
  46. -
  47. name: Tools
  48. items:
  49. - ShowBlocks
  50. - Source
  51. plugins: {}
  52. image_upload:
  53. status: true
  54. scheme: public
  55. directory: inline-images
  56. max_size: null
  57. max_dimensions:
  58. width: null
  59. height: null

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