1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- uuid: a5ebae06-aba5-4cdc-982a-cb3bbe89de9d
- langcode: en
- status: true
- dependencies:
- config:
- - filter.format.tablecell
- module:
- - ckeditor
- format: tablecell
- editor: ckeditor
- settings:
- toolbar:
- rows:
- -
- -
- name: Formatting
- items:
- - Bold
- - Italic
- -
- name: Links
- items:
- - DrupalLink
- - DrupalUnlink
- -
- name: Lists
- items:
- - BulletedList
- - NumberedList
- -
- name: Media
- items:
- - Blockquote
- - DrupalImage
- -
- name: Tools
- items:
- - Source
- plugins:
- drupallink:
- linkit_enabled: false
- linkit_profile: default
- image_upload:
- status: false
- scheme: public
- directory: inline-images
- max_size: ''
- max_dimensions:
- width: null
- height: null
|