You are here

editor.editor.full_html.yml in Open Social 8.7

modules/social_features/social_editor/config/install/editor.editor.full_html.yml

File

modules/social_features/social_editor/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: Alignment
  26. items:
  27. - JustifyLeft
  28. - JustifyCenter
  29. - JustifyRight
  30. - JustifyBlock
  31. -
  32. name: Linking
  33. items:
  34. - DrupalLink
  35. - DrupalUnlink
  36. -
  37. name: Lists
  38. items:
  39. - BulletedList
  40. - NumberedList
  41. -
  42. name: Media
  43. items:
  44. - Blockquote
  45. - DrupalImage
  46. - Table
  47. - HorizontalRule
  48. -
  49. name: 'Block Formatting'
  50. items:
  51. - Format
  52. - Styles
  53. -
  54. name: Tools
  55. items:
  56. - ShowBlocks
  57. - Source
  58. - Maximize
  59. plugins:
  60. language:
  61. language_list: un
  62. stylescombo:
  63. styles: "a.btn.btn-default|Default link\r\na.btn.btn-primary|Primary link\r\na.btn.btn-accent|Accent link\r\nspan.badge.badge-primary|Primary badge\r\nspan.badge.badge-secondary|Secondary badge\r\nspan.badge.badge--pill.badge-default|Pill badge"
  64. image_upload:
  65. status: true
  66. scheme: public
  67. directory: inline-images
  68. max_size: ''
  69. max_dimensions:
  70. width: null
  71. height: null