You are here

editor.editor.basic_html.yml in Bear 8

config/install/editor.editor.basic_html.yml

File

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. - Underline
  20. - RemoveFormat
  21. -
  22. name: Alignment
  23. items:
  24. - JustifyLeft
  25. - JustifyCenter
  26. - JustifyRight
  27. - JustifyBlock
  28. -
  29. name: Linking
  30. items:
  31. - DrupalLink
  32. - DrupalUnlink
  33. -
  34. name: Lists
  35. items:
  36. - BulletedList
  37. - NumberedList
  38. -
  39. name: Media
  40. items:
  41. - EmbedSemantic
  42. - Blockquote
  43. - DrupalImage
  44. -
  45. name: 'Block Formatting'
  46. items:
  47. - Format
  48. -
  49. name: Tools
  50. items:
  51. - Source
  52. plugins:
  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