You are here

editor.editor.full_html.yml in Bear 8

config/install/editor.editor.full_html.yml

File

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. - ckeditor_media_embed
  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. - Underline
  21. - Strike
  22. - Superscript
  23. - Subscript
  24. - '-'
  25. - RemoveFormat
  26. -
  27. name: Alignment
  28. items:
  29. - JustifyLeft
  30. - JustifyCenter
  31. - JustifyRight
  32. - JustifyBlock
  33. - Outdent
  34. - Indent
  35. -
  36. name: Linking
  37. items:
  38. - DrupalLink
  39. - DrupalUnlink
  40. -
  41. name: Lists
  42. items:
  43. - BulletedList
  44. - NumberedList
  45. -
  46. name: Media
  47. items:
  48. - Blockquote
  49. - EmbedSemantic
  50. - DrupalImage
  51. - Table
  52. - HorizontalRule
  53. -
  54. name: 'Block Formatting'
  55. items:
  56. - Format
  57. -
  58. name: Tools
  59. items:
  60. - ShowBlocks
  61. - Source
  62. plugins:
  63. stylescombo:
  64. styles: ''
  65. image_upload:
  66. status: true
  67. scheme: public
  68. directory: inline-images
  69. max_size: ''
  70. max_dimensions:
  71. width: null
  72. height: null