front page & presentation

This commit is contained in:
2024-02-29 17:24:53 +01:00
parent b771fc2789
commit 2535a26358
34 changed files with 1342 additions and 12 deletions

View File

@@ -16,6 +16,10 @@ settings:
- heading
- bold
- italic
- underline
- drupalInsertImage
- bulletedList
- numberedList
plugins:
ckeditor5_heading:
enabled_headings:
@@ -24,4 +28,18 @@ settings:
- heading4
- heading5
- heading6
image_upload: { }
ckeditor5_imageResize:
allow_resize: true
ckeditor5_list:
properties:
reversed: true
startIndex: true
multiBlock: true
image_upload:
status: true
scheme: public
directory: inline-images
max_size: ''
max_dimensions:
width: 0
height: 0