fully updated to drupal 10
This commit is contained in:
@@ -24,6 +24,12 @@ settings:
|
||||
- sourceEditing
|
||||
- alignment
|
||||
plugins:
|
||||
ckeditor5_alignment:
|
||||
enabled_alignments:
|
||||
- left
|
||||
- center
|
||||
- right
|
||||
- justify
|
||||
ckeditor5_heading:
|
||||
enabled_headings:
|
||||
- heading2
|
||||
@@ -31,26 +37,22 @@ settings:
|
||||
- heading4
|
||||
- heading5
|
||||
- heading6
|
||||
ckeditor5_sourceEditing:
|
||||
allowed_tags: { }
|
||||
ckeditor5_list:
|
||||
reversed: true
|
||||
startIndex: true
|
||||
ckeditor5_alignment:
|
||||
enabled_alignments:
|
||||
- left
|
||||
- center
|
||||
- right
|
||||
- justify
|
||||
ckeditor5_imageResize:
|
||||
allow_resize: true
|
||||
ckeditor5_list:
|
||||
properties:
|
||||
reversed: true
|
||||
startIndex: true
|
||||
multiBlock: true
|
||||
ckeditor5_sourceEditing:
|
||||
allowed_tags: { }
|
||||
editor_advanced_link_link:
|
||||
enabled_attributes: { }
|
||||
image_upload:
|
||||
status: true
|
||||
scheme: public
|
||||
directory: inline-images
|
||||
max_size: ''
|
||||
max_size: null
|
||||
max_dimensions:
|
||||
width: 0
|
||||
height: 0
|
||||
width: null
|
||||
height: null
|
||||
|
Reference in New Issue
Block a user