1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- uuid: 26dd8ced-4d7b-4d4a-a2a1-1df2f53e9081
- langcode: fr
- status: true
- dependencies:
- config:
- - filter.format.wysiwyg
- module:
- - ckeditor5
- _core:
- default_config_hash: UHzilqnilnoji3DdOanr6_xzX4Dg430p8Dn4Ub7U9dw
- format: wysiwyg
- editor: ckeditor5
- settings:
- toolbar:
- items:
- - heading
- - bold
- - italic
- - drupalInsertImage
- - link
- - sourceEditing
- plugins:
- ckeditor5_heading:
- enabled_headings:
- - heading2
- - heading3
- - heading4
- - heading5
- - heading6
- ckeditor5_imageResize:
- allow_resize: true
- ckeditor5_sourceEditing:
- allowed_tags: { }
- linkit_extension:
- linkit_enabled: true
- linkit_profile: default
- image_upload:
- status: true
- scheme: public
- directory: inline-images
- max_size: ''
- max_dimensions:
- width: 1080
- height: 1080
|