1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- uuid: 3ee84454-2996-4dd0-85cb-037da45a7137
- langcode: fr
- status: true
- dependencies:
- config:
- - filter.format.wysiwyg
- module:
- - ckeditor
- _core:
- default_config_hash: 45tCDsVx8RKDcrtyfVeP88jcBXzIxLtadjP2kF_DIjs
- format: wysiwyg
- editor: ckeditor
- settings:
- toolbar:
- rows:
- -
- -
- name: Formats
- items:
- - Styles
- - Bold
- - Italic
- - Underline
- -
- name: misc
- items:
- - SpecialChar
- -
- name: Liens
- items:
- - DrupalLink
- - DrupalUnlink
- -
- name: Listes
- items:
- - BulletedList
- - NumberedList
- -
- name: Média
- items:
- - Blockquote
- - DrupalImage
- -
- name: Outils
- items:
- - Source
- -
- name: Copy/Paste
- items:
- - Copy
- - Cut
- - Paste
- - PasteText
- - PasteFromWord
- plugins:
- drupallink:
- linkit_enabled: true
- linkit_profile: default
- stylescombo:
- styles: h4.inter-titre|Inter-titre
- codemirror:
- enable: true
- mode: htmlmixed
- theme: monokai
- startupMode: wysiwyg
- options:
- lineNumbers: true
- lineWrapping: true
- matchBrackets: true
- autoCloseTags: true
- autoCloseBrackets: true
- enableSearchTools: true
- enableCodeFolding: true
- enableCodeFormatting: true
- autoFormatOnStart: true
- autoFormatOnModeChange: true
- autoFormatOnUncomment: true
- image_upload:
- status: true
- scheme: public
- directory: wysiwyg-images
- max_size: ''
- max_dimensions:
- width: null
- height: null
|