12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- uuid: 697b5a71-705e-4a0a-bee6-d6e8cf8cfeca
- langcode: fr
- status: true
- dependencies:
- config:
- - filter.format.wysiwyg
- module:
- - ckeditor
- format: wysiwyg
- editor: ckeditor
- settings:
- toolbar:
- rows:
- -
- -
- name: Formats
- items:
- - Styles
- - Bold
- - Italic
- - Underline
- -
- 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: collection
- stylescombo:
- styles: h4.inter-titre|Inter-titre
- language:
- language_list: un
- image_upload:
- status: true
- scheme: public
- directory: wysiwyg-images
- max_size: ''
- max_dimensions:
- width: null
- height: null
|