Skip to content

Commit

Permalink
Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-bot authored Feb 7, 2023
1 parent 973583b commit 6e8a109
Show file tree
Hide file tree
Showing 25 changed files with 387 additions and 69 deletions.
105 changes: 53 additions & 52 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 37 additions & 4 deletions conf/cmi/core.entity_form_display.paragraph.event_list.default.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
uuid: e478d84e-0e63-4c35-ba22-4db0f1f2fe54
uuid: 06e0ca03-5a02-4603-90c0-9321623f1921
langcode: en
status: true
dependencies:
config:
- field.field.paragraph.event_list.field_api_url
- field.field.paragraph.event_list.field_event_count
- field.field.paragraph.event_list.field_event_list_description
- field.field.paragraph.event_list.field_event_list_title
- field.field.paragraph.event_list.field_event_location
- field.field.paragraph.event_list.field_event_time
- field.field.paragraph.event_list.field_free_events
- field.field.paragraph.event_list.field_load_more
- field.field.paragraph.event_list.field_remote_events
- paragraphs.paragraphs_type.event_list
module:
- link
- text
_core:
default_config_hash: Tyi9wGAv2OWtaU056U3LSPa3HhdiWSFnd1nZqhZNC8k
default_config_hash: bGb0ZQ38-NxHtZ1rrdqclYHeStlwA5q3ucy5Wpnb0ng
id: paragraph.event_list.default
targetEntityType: paragraph
bundle: event_list
Expand All @@ -26,6 +31,12 @@ content:
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
field_event_count:
type: options_select
weight: 4
region: content
settings: { }
third_party_settings: { }
field_event_list_description:
type: text_textarea
weight: 1
Expand All @@ -42,13 +53,35 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
field_load_more:
field_event_location:
type: boolean_checkbox
weight: 4
region: content
settings:
display_label: true
third_party_settings: { }
field_event_time:
type: boolean_checkbox
weight: 5
region: content
settings:
display_label: true
third_party_settings: { }
field_free_events:
type: boolean_checkbox
weight: 7
region: content
settings:
display_label: true
third_party_settings: { }
field_remote_events:
type: boolean_checkbox
weight: 3
weight: 6
region: content
settings:
display_label: true
third_party_settings: { }
hidden:
created: true
field_load_more: true
status: true
Loading

0 comments on commit 6e8a109

Please sign in to comment.