Skip to content

Commit

Permalink
chore: export config after d10 update (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinmassaro authored Nov 6, 2023
1 parent 1b695db commit f41c8d8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ content:
weight: 4
region: content
settings:
hide_date: 0
modal: false
default_duration: 60
default_duration_increments: |-
Expand All @@ -116,6 +115,7 @@ content:
120|2 hours
custom
show_extra: false
hide_date: false
third_party_settings: { }
field_event_type:
type: options_buttons
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ settings:
plugins:
ckeditor5_alignment:
enabled_alignments:
- left
- center
- right
- justify
- left
- right
ckeditor5_heading:
enabled_headings:
- heading2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ dependencies: { }
id: advanced
label: Advanced
weight: -7
opened: true
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ dependencies: { }
id: all_blocks
label: 'All Blocks'
weight: -10
opened: true
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ dependencies: { }
id: basic
label: Basic
weight: -9
opened: true
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ dependencies: { }
id: media
label: Media
weight: -8
opened: true

0 comments on commit f41c8d8

Please sign in to comment.