Skip to content

Commit

Permalink
Drush cex-yland
Browse files Browse the repository at this point in the history
  • Loading branch information
almunnings committed Feb 1, 2024
1 parent ef7070e commit 65e544a
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 24 deletions.
38 changes: 19 additions & 19 deletions config/sync/editor.editor.full_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,6 @@ settings:
- '|'
- sourceEditing
plugins:
ckeditor5_heading:
enabled_headings:
- heading2
- heading3
- heading4
- heading5
- heading6
ckeditor5_imageResize:
allow_resize: true
ckeditor5_list:
properties:
reversed: true
startIndex: true
multiBlock: true
ckeditor5_sourceEditing:
allowed_tags: { }
linkit_extension:
linkit_enabled: true
linkit_profile: default
ckeditor5_codeBlock:
languages:
-
Expand Down Expand Up @@ -96,6 +77,25 @@ settings:
-
label: XML
language: xml
ckeditor5_heading:
enabled_headings:
- heading2
- heading3
- heading4
- heading5
- heading6
ckeditor5_imageResize:
allow_resize: true
ckeditor5_list:
properties:
reversed: true
startIndex: true
multiBlock: true
ckeditor5_sourceEditing:
allowed_tags: { }
linkit_extension:
linkit_enabled: true
linkit_profile: default
image_upload:
status: true
scheme: public
Expand Down
2 changes: 1 addition & 1 deletion config/sync/editor.editor.webform_default.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
uuid: null
uuid: 25ce95dd-f0f5-447d-82f4-449914adbb2f
langcode: en
status: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ default_value_callback: ''
settings:
display_summary: false
required_summary: false
allowed_formats: { }
field_type: text_with_summary
1 change: 1 addition & 0 deletions config/sync/field.field.block_content.basic_block.body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ default_value_callback: ''
settings:
display_summary: false
required_summary: false
allowed_formats: { }
field_type: text_with_summary
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ required: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats: { }
field_type: text_long
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ required: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats: { }
field_type: text_long
3 changes: 2 additions & 1 deletion config/sync/field.field.paragraph.quote.field_text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ required: true
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats: { }
field_type: text_long
3 changes: 2 additions & 1 deletion config/sync/field.field.paragraph.text.field_text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ required: true
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats: { }
field_type: text_long

0 comments on commit 65e544a

Please sign in to comment.