Skip to content

Commit

Permalink
More media collection config fixes (#59)
Browse files Browse the repository at this point in the history
* Update core.entity_form_display.paragraph.sa_media_collection.default.yml

* Update core.entity_form_display.paragraph.sa_media_collection.preview.yml

* Update core.entity_view_display.paragraph.sa_media_collection.default.yml

* Rename field.field.paragraph.media_collection.sa_container.yml to field.field.paragraph.sa_media_collection.sa_container.yml

* Rename field.field.paragraph.media_collection.sa_description.yml to field.field.paragraph.sa_media_collection.sa_description.yml

* Rename field.field.paragraph.media_collection.sa_header.yml to field.field.paragraph.sa_media_collection.sa_header.yml

* Rename field.field.paragraph.media_collection.sa_label.yml to field.field.paragraph.sa_media_collection.sa_label.yml

* More Media Collection fixes
  • Loading branch information
thejimbirch authored Dec 24, 2024
1 parent 4da783a commit 8b12d96
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ langcode: en
status: true
dependencies:
config:
- field.field.paragraph.media_collection.sa_container
- field.field.paragraph.media_collection.sa_description
- field.field.paragraph.media_collection.sa_header
- field.field.paragraph.media_collection.sa_margin
- field.field.paragraph.media_collection.sa_media_multiple
- field.field.paragraph.media_collection.sa_padding
- field.field.paragraph.sa_media_collection.sa_container
- field.field.paragraph.sa_media_collection.sa_description
- field.field.paragraph.sa_media_collection.sa_header
- field.field.paragraph.sa_media_collection.sa_margin
- field.field.paragraph.sa_media_collection.sa_media_multiple
- field.field.paragraph.sa_media_collection.sa_padding
- paragraphs.paragraphs_type.sa_media_collection
module:
- field_group
Expand All @@ -32,7 +32,7 @@ third_party_settings:
open: false
description: ''
required_fields: true
id: paragraph.media_collection.default
id: paragraph.sa_media_collection.default
targetEntityType: paragraph
bundle: sa_media_collection
mode: default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ status: true
dependencies:
config:
- core.entity_form_mode.paragraph.preview
- field.field.paragraph.media_collection.sa_container
- field.field.paragraph.media_collection.sa_description
- field.field.paragraph.media_collection.sa_header
- field.field.paragraph.media_collection.sa_label
- field.field.paragraph.media_collection.sa_margin
- field.field.paragraph.media_collection.sa_media_multiple
- field.field.paragraph.media_collection.sa_padding
- field.field.paragraph.sa_media_collection.sa_container
- field.field.paragraph.sa_media_collection.sa_description
- field.field.paragraph.sa_media_collection.sa_header
- field.field.paragraph.sa_media_collection.sa_label
- field.field.paragraph.sa_media_collection.sa_margin
- field.field.paragraph.sa_media_collection.sa_media_multiple
- field.field.paragraph.sa_media_collection.sa_padding
- paragraphs.paragraphs_type.sa_media_collection
module:
- field_group
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ langcode: en
status: true
dependencies:
config:
- field.field.paragraph.media_collection.sa_container
- field.field.paragraph.media_collection.sa_description
- field.field.paragraph.media_collection.sa_header
- field.field.paragraph.media_collection.sa_margin
- field.field.paragraph.media_collection.sa_media_multiple
- field.field.paragraph.media_collection.sa_padding
- field.field.paragraph.sa_media_collection.sa_container
- field.field.paragraph.sa_media_collection.sa_description
- field.field.paragraph.sa_media_collection.sa_header
- field.field.paragraph.sa_media_collection.sa_margin
- field.field.paragraph.sa_media_collection.sa_media_multiple
- field.field.paragraph.sa_media_collection.sa_padding
- paragraphs.paragraphs_type.sa_media_collection
module:
- element_class_formatter
- nomarkup
- text
id: paragraph.media_collection.default
id: paragraph.sa_media_collection.default
targetEntityType: paragraph
bundle: sa_media_collection
mode: default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ status: true
dependencies:
config:
- field.storage.paragraph.sa_container
- paragraphs.paragraphs_type.media_collection
- paragraphs.paragraphs_type.sa_media_collection
module:
- options
id: paragraph.media_collection.sa_container
id: paragraph.sa_media_collection.sa_container
field_name: sa_container
entity_type: paragraph
bundle: media_collection
bundle: sa_media_collection
label: Container
description: 'The container width will determine how far the background color stretches across the screen and will control the total width of the container that holds the element. Choosing full width will allow the container to take up the fill width of the screen, and if a background color is chosen, it will stretch across the entire screen from start to end.'
required: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ dependencies:
config:
- field.storage.paragraph.sa_description
- filter.format.full_html
- paragraphs.paragraphs_type.media_collection
- paragraphs.paragraphs_type.sa_media_collection
module:
- text
id: paragraph.media_collection.sa_description
id: paragraph.sa_media_collection.sa_description
field_name: sa_description
entity_type: paragraph
bundle: media_collection
bundle: sa_media_collection
label: Description
description: ''
required: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ status: true
dependencies:
config:
- field.storage.paragraph.sa_header
- paragraphs.paragraphs_type.media_collection
id: paragraph.media_collection.sa_header
- paragraphs.paragraphs_type.sa_media_collection
id: paragraph.sa_media_collection.sa_header
field_name: sa_header
entity_type: paragraph
bundle: media_collection
bundle: sa_media_collection
label: Header
description: ''
required: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ status: true
dependencies:
config:
- field.storage.paragraph.sa_label
- paragraphs.paragraphs_type.media_collection
id: paragraph.media_collection.sa_label
- paragraphs.paragraphs_type.sa_media_collection
id: paragraph.sa_media_collection.sa_label
field_name: sa_label
entity_type: paragraph
bundle: media_collection
bundle: sa_media_collection
label: 'Label (Not Displayed)'
description: ''
required: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ status: true
dependencies:
config:
- field.storage.paragraph.sa_margin
- paragraphs.paragraphs_type.media_collection
- paragraphs.paragraphs_type.sa_media_collection
module:
- options
id: paragraph.media_collection.sa_margin
id: paragraph.sa_media_collection.sa_margin
field_name: sa_margin
entity_type: paragraph
bundle: media_collection
bundle: sa_media_collection
label: Margin
description: ''
required: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ dependencies:
- field.storage.paragraph.sa_media_multiple
- media.type.image
- media.type.remote_video
- paragraphs.paragraphs_type.media_collection
id: paragraph.media_collection.sa_media_multiple
- paragraphs.paragraphs_type.sa_media_collection
id: paragraph.sa_media_collection.sa_media_multiple
field_name: sa_media_multiple
entity_type: paragraph
bundle: media_collection
bundle: sa_media_collection
label: 'Media Multiple'
description: ''
required: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ status: true
dependencies:
config:
- field.storage.paragraph.sa_padding
- paragraphs.paragraphs_type.media_collection
- paragraphs.paragraphs_type.sa_media_collection
module:
- options
id: paragraph.media_collection.sa_padding
id: paragraph.sa_media_collection.sa_padding
field_name: sa_padding
entity_type: paragraph
bundle: media_collection
bundle: sa_media_collection
label: Padding
description: ''
required: false
Expand Down

0 comments on commit 8b12d96

Please sign in to comment.