-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Four Kitchens Release - Sprint 56 (#1597)
* SHS-5692: Implementation: New Spotlight design for Colorful and Traditional (#1589) * SHS-5772: Regression: External Links on Postcards are wrong color (#1591) * SHS-5629: Editors can more easily edit a caption (#1580) * SHS-5661: Remove legacy fields (#1577) * SHS-4929: Hide caption/credits on images in default views (#1578) * SHS-5675: Helping users avoid 'Table cell missing context (e.g. headings) A11y warning (#1579)
- Loading branch information
Showing
12 changed files
with
243 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
config/default/field.field.paragraph.hs_spotlight.field_spotlight_style.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
uuid: 7bd01afb-289b-4103-a7e7-acbabc87189e | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.paragraph.field_spotlight_style | ||
- paragraphs.paragraphs_type.hs_spotlight | ||
module: | ||
- options | ||
id: paragraph.hs_spotlight.field_spotlight_style | ||
field_name: field_spotlight_style | ||
entity_type: paragraph | ||
bundle: hs_spotlight | ||
label: 'Spotlight Style' | ||
description: '' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: list_string |
24 changes: 24 additions & 0 deletions
24
config/default/field.storage.paragraph.field_spotlight_style.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
uuid: bcc6ce07-7895-4a5c-810a-f2d17534ce3e | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- options | ||
- paragraphs | ||
id: paragraph.field_spotlight_style | ||
field_name: field_spotlight_style | ||
entity_type: paragraph | ||
type: list_string | ||
settings: | ||
allowed_values: | ||
- | ||
value: expanded | ||
label: Expanded | ||
allowed_values_function: '' | ||
module: options | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.