You are here

editor.editor.basic_html.yml in Drupal 8

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

File

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