You are here

editor.editor.full_html.yml in Drupal 10

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

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. image_upload:
  52. status: true
  53. scheme: public
  54. directory: inline-images
  55. max_size: ''
  56. max_dimensions:
  57. width: null
  58. height: null