You are here

editor.editor.basic_html.yml in Open Social 10.1.x

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

File

modules/social_features/social_editor/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. - DrupalImage
  34. -
  35. name: 'Block Formatting'
  36. items:
  37. - Format
  38. -
  39. name: Tools
  40. items:
  41. - Source
  42. - Maximize
  43. -
  44. name: Tables
  45. items:
  46. - Table
  47. plugins:
  48. stylescombo:
  49. styles: ''
  50. image_upload:
  51. status: true
  52. scheme: public
  53. directory: inline-images
  54. max_size: ''
  55. max_dimensions:
  56. width: 0
  57. height: 0