core ^10
This commit is contained in:
@@ -26,18 +26,20 @@ settings:
|
||||
- '|'
|
||||
- sourceEditing
|
||||
plugins:
|
||||
ckeditor5_imageResize:
|
||||
allow_resize: true
|
||||
ckeditor5_list:
|
||||
properties:
|
||||
reversed: true
|
||||
startIndex: true
|
||||
multiBlock: true
|
||||
ckeditor5_sourceEditing:
|
||||
allowed_tags: { }
|
||||
ckeditor5_style:
|
||||
styles:
|
||||
-
|
||||
label: Inter-titre
|
||||
element: '<h4 class="inter-titre">'
|
||||
ckeditor5_sourceEditing:
|
||||
allowed_tags: { }
|
||||
ckeditor5_list:
|
||||
reversed: true
|
||||
startIndex: true
|
||||
ckeditor5_imageResize:
|
||||
allow_resize: true
|
||||
linkit_extension:
|
||||
linkit_enabled: true
|
||||
linkit_profile: default
|
||||
@@ -45,7 +47,7 @@ image_upload:
|
||||
status: true
|
||||
scheme: public
|
||||
directory: wysiwyg-images
|
||||
max_size: ''
|
||||
max_size: null
|
||||
max_dimensions:
|
||||
width: 0
|
||||
height: 0
|
||||
width: null
|
||||
height: null
|
||||
|
||||
Reference in New Issue
Block a user