You are here

editor.editor.full_html.yml in CKEditor Color Button 8

tests/modules/colorbutton_test/config/install/editor.editor.full_html.yml

File

tests/modules/colorbutton_test/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. - DrupalImage
  39. - Table
  40. - HorizontalRule
  41. -
  42. name: 'Block Formatting'
  43. items:
  44. - Format
  45. -
  46. name: Tools
  47. items:
  48. - ShowBlocks
  49. - Source
  50. -
  51. name: Color
  52. items:
  53. - TextColor
  54. - BGColor
  55. plugins:
  56. language:
  57. language_list: un
  58. stylescombo:
  59. styles: ''
  60. colorbutton:
  61. colors: ''
  62. image_upload:
  63. status: false
  64. scheme: public
  65. directory: inline-images
  66. max_size: ''
  67. max_dimensions:
  68. width: null
  69. height: null