12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- uuid: 1eb1b69c-5629-46ce-bdfb-74380db1053a
- langcode: fr
- status: true
- dependencies:
- config:
- - filter.format.wisiwig
- module:
- - ckeditor5
- format: wisiwig
- editor: ckeditor5
- settings:
- toolbar:
- items:
- - heading
- - bold
- - italic
- - '|'
- - blockQuote
- - code
- - bulletedList
- - numberedList
- - link
- - superscript
- - sourceEditing
- plugins:
- ckeditor5_heading:
- enabled_headings:
- - heading2
- - heading3
- - heading4
- - heading5
- - heading6
- ckeditor5_list:
- properties:
- reversed: false
- startIndex: true
- multiBlock: true
- ckeditor5_sourceEditing:
- allowed_tags:
- - '<cite>'
- - '<dl>'
- - '<dt>'
- - '<dd>'
- - '<blockquote cite>'
- - '<ul type>'
- - '<ol type>'
- - '<a hreflang accesskey id rel target title data-entity-type data-entity-uuid data-entity-substitution>'
- - '<h2 id>'
- - '<h3 id>'
- - '<h4 id>'
- - '<h5 id>'
- - '<h6 id>'
- linkit_extension:
- linkit_enabled: false
- image_upload: { }
|