editor.editor.wysiwyg.yml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. 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. image_upload:
  79. status: true
  80. scheme: public
  81. directory: wysiwyg-images
  82. max_size: ''
  83. max_dimensions:
  84. width: null
  85. height: null