editor.editor.full_html.yml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. uuid: ea629e5d-5d2a-4851-9587-c90de9fafa5f
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. config:
  6. - filter.format.full_html
  7. module:
  8. - ckeditor
  9. format: full_html
  10. editor: ckeditor
  11. settings:
  12. toolbar:
  13. rows:
  14. -
  15. -
  16. name: Formats
  17. items:
  18. - Format
  19. - Styles
  20. - Underline
  21. - Strike
  22. - Bold
  23. - Italic
  24. - Blockquote
  25. -
  26. name: color
  27. items:
  28. - TextColor
  29. - BGColor
  30. -
  31. name: Liens
  32. items:
  33. - DrupalLink
  34. - DrupalUnlink
  35. -
  36. name: Listes
  37. items:
  38. - BulletedList
  39. - NumberedList
  40. -
  41. name: Média
  42. items:
  43. - DrupalImage
  44. -
  45. name: Outils
  46. items:
  47. - Source
  48. -
  49. name: align
  50. items:
  51. - JustifyLeft
  52. - JustifyCenter
  53. - JustifyRight
  54. - JustifyBlock
  55. plugins:
  56. drupallink:
  57. linkit_enabled: true
  58. linkit_profile: default
  59. stylescombo:
  60. styles: ''
  61. codemirror:
  62. enable: true
  63. mode: htmlmixed
  64. theme: monokai
  65. startupMode: wysiwyg
  66. options:
  67. lineNumbers: true
  68. lineWrapping: true
  69. matchBrackets: true
  70. autoCloseTags: true
  71. autoCloseBrackets: true
  72. enableSearchTools: true
  73. enableCodeFolding: true
  74. enableCodeFormatting: true
  75. autoFormatOnStart: true
  76. autoFormatOnModeChange: true
  77. autoFormatOnUncomment: true
  78. colorbutton:
  79. colors: ''
  80. image_upload:
  81. status: true
  82. scheme: public
  83. directory: inline-images
  84. max_size: ''
  85. max_dimensions:
  86. width: null
  87. height: null