1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- uuid: ea629e5d-5d2a-4851-9587-c90de9fafa5f
- langcode: fr
- status: true
- dependencies:
- config:
- - filter.format.full_html
- module:
- - ckeditor
- format: full_html
- editor: ckeditor
- settings:
- toolbar:
- rows:
- -
- -
- name: Formats
- items:
- - Format
- - Styles
- - Underline
- - Strike
- - Bold
- - Italic
- - Blockquote
- -
- name: color
- items:
- - TextColor
- - BGColor
- -
- name: Liens
- items:
- - DrupalLink
- - DrupalUnlink
- -
- name: Listes
- items:
- - BulletedList
- - NumberedList
- -
- name: Média
- items:
- - DrupalImage
- - video_embed
- -
- name: Outils
- items:
- - Source
- -
- name: align
- items:
- - JustifyLeft
- - JustifyCenter
- - JustifyRight
- - JustifyBlock
- plugins:
- stylescombo:
- styles: ''
- language:
- language_list: un
- font:
- font_names: ''
- font_sizes: ''
- colorbutton:
- colors: ''
- video_embed:
- defaults:
- children:
- autoplay: false
- responsive: true
- width: '854'
- height: '480'
- drupallink:
- linkit_enabled: true
- linkit_profile: default
- image_upload:
- status: true
- scheme: public
- directory: inline-images
- max_size: ''
- max_dimensions:
- width: null
- height: null
|