editor.editor.tablecell.yml 915 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. uuid: a5ebae06-aba5-4cdc-982a-cb3bbe89de9d
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - filter.format.tablecell
  7. module:
  8. - ckeditor
  9. format: tablecell
  10. editor: ckeditor
  11. settings:
  12. toolbar:
  13. rows:
  14. -
  15. -
  16. name: Formatting
  17. items:
  18. - Bold
  19. - Italic
  20. -
  21. name: Links
  22. items:
  23. - DrupalLink
  24. - DrupalUnlink
  25. -
  26. name: Lists
  27. items:
  28. - BulletedList
  29. - NumberedList
  30. -
  31. name: Media
  32. items:
  33. - Blockquote
  34. - DrupalImage
  35. -
  36. name: Tools
  37. items:
  38. - Source
  39. plugins:
  40. drupallink:
  41. linkit_enabled: false
  42. linkit_profile: default
  43. image_upload:
  44. status: false
  45. scheme: public
  46. directory: inline-images
  47. max_size: ''
  48. max_dimensions:
  49. width: null
  50. height: null