editor.editor.full_html.yml

Same filename in this branch
  1. 8.9.x core/profiles/standard/config/install/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. 10 core/profiles/standard/config/install/editor.editor.full_html.yml
  5. 10 core/profiles/demo_umami/config/install/editor.editor.full_html.yml
  6. 10 core/modules/ckeditor5/tests/fixtures/ckeditor4_config/editor.editor.full_html.yml
  7. 11.x core/profiles/standard/config/install/editor.editor.full_html.yml
  8. 11.x core/profiles/demo_umami/config/install/editor.editor.full_html.yml
  9. 11.x core/modules/ckeditor5/tests/fixtures/ckeditor4_config/editor.editor.full_html.yml
  10. 11.x core/recipes/full_html_format_editor/config/editor.editor.full_html.yml
core/profiles/demo_umami/config/install/editor.editor.full_html.yml
1 string reference to 'editor.editor.full_html'
EditorUpdateTest::testEditorUpdate8001 in core/modules/editor/tests/src/Functional/Update/EditorUpdateTest.php
Tests editor_update_8001().

File

core/profiles/demo_umami/config/install/editor.editor.full_html.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - filter.format.full_html
  6. module:
  7. - ckeditor
  8. format: full_html
  9. editor: ckeditor
  10. settings:
  11. toolbar:
  12. rows:
  13. -
  14. -
  15. name: Formatting
  16. items:
  17. - Bold
  18. - Italic
  19. - Strike
  20. - Superscript
  21. - Subscript
  22. - '-'
  23. - RemoveFormat
  24. -
  25. name: Linking
  26. items:
  27. - DrupalLink
  28. - DrupalUnlink
  29. -
  30. name: Lists
  31. items:
  32. - BulletedList
  33. - NumberedList
  34. -
  35. name: Media
  36. items:
  37. - Blockquote
  38. - DrupalMediaLibrary
  39. - Table
  40. - HorizontalRule
  41. -
  42. name: 'Block Formatting'
  43. items:
  44. - Format
  45. -
  46. name: Tools
  47. items:
  48. - ShowBlocks
  49. - Source
  50. plugins:
  51. language:
  52. language_list: un
  53. stylescombo:
  54. styles: ''
  55. image_upload:
  56. status: true
  57. scheme: public
  58. directory: inline-images
  59. max_size: ''
  60. max_dimensions:
  61. width: null
  62. height: null

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