Apply config changes from database updates

Ref #243
This commit is contained in:
benjamin melançon 2024-02-15 20:34:34 -05:00
parent 69ca1e7840
commit bb285d185c
126 changed files with 640 additions and 51 deletions

View file

@ -0,0 +1,47 @@
uuid: f9c714eb-b653-4de4-8f1d-766454d3a10b
langcode: en
status: true
dependencies:
config:
- filter.format.webform_default
module:
- ckeditor5
format: webform_default
editor: ckeditor5
settings:
toolbar:
items:
- heading
- '|'
- bold
- italic
- subscript
- superscript
- '|'
- specialCharacters
- '|'
- numberedList
- bulletedList
- '|'
- link
- '|'
- indent
- outdent
- '|'
- blockQuote
- '|'
- sourceEditing
plugins:
ckeditor5_heading:
enabled_headings:
- heading2
- heading3
- heading4
- heading5
- heading6
ckeditor5_list:
reversed: true
startIndex: true
ckeditor5_sourceEditing:
allowed_tags: { }
image_upload: { }