editor.editor.wysiwyg.yml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. uuid: 3ee84454-2996-4dd0-85cb-037da45a7137
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. config:
  6. - filter.format.wysiwyg
  7. module:
  8. - ckeditor
  9. _core:
  10. default_config_hash: 45tCDsVx8RKDcrtyfVeP88jcBXzIxLtadjP2kF_DIjs
  11. format: wysiwyg
  12. editor: ckeditor
  13. settings:
  14. toolbar:
  15. rows:
  16. -
  17. -
  18. name: Formats
  19. items:
  20. - Styles
  21. - Bold
  22. - Italic
  23. - Underline
  24. -
  25. name: misc
  26. items:
  27. - SpecialChar
  28. -
  29. name: Liens
  30. items:
  31. - DrupalLink
  32. - DrupalUnlink
  33. -
  34. name: Listes
  35. items:
  36. - BulletedList
  37. - NumberedList
  38. -
  39. name: Média
  40. items:
  41. - Blockquote
  42. - DrupalImage
  43. -
  44. name: Outils
  45. items:
  46. - Source
  47. -
  48. name: Copy/Paste
  49. items:
  50. - Copy
  51. - Cut
  52. - Paste
  53. - PasteText
  54. - PasteFromWord
  55. plugins:
  56. drupallink:
  57. linkit_enabled: true
  58. linkit_profile: default
  59. stylescombo:
  60. styles: h4.inter-titre|Inter-titre
  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: true
  89. responsive: true
  90. width: '854'
  91. height: '480'
  92. image_upload:
  93. status: true
  94. scheme: public
  95. directory: wysiwyg-images
  96. max_size: ''
  97. max_dimensions:
  98. width: null
  99. height: null