editor.editor.full_html.yml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. language:
  62. language_list: un
  63. codemirror:
  64. enable: true
  65. startupMode: wysiwyg
  66. mode: htmlmixed
  67. theme: monokai
  68. options:
  69. lineNumbers: true
  70. lineWrapping: true
  71. matchBrackets: true
  72. autoCloseTags: true
  73. autoCloseBrackets: true
  74. enableSearchTools: true
  75. enableCodeFolding: true
  76. enableCodeFormatting: true
  77. autoFormatOnStart: true
  78. autoFormatOnModeChange: true
  79. autoFormatOnUncomment: true
  80. font:
  81. font_names: ''
  82. font_sizes: ''
  83. colorbutton:
  84. colors: ''
  85. video_embed:
  86. defaults:
  87. children:
  88. autoplay: false
  89. responsive: true
  90. width: '854'
  91. height: '480'
  92. image_upload:
  93. status: true
  94. scheme: public
  95. directory: inline-images
  96. max_size: ''
  97. max_dimensions:
  98. width: null
  99. height: null