-
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.
- Updated default config and content (#813) - STN-682: HOTFIX Carousel caption credit width change (#811) - STN-689 : HOTFIX Pull Decanter Mappings (#810) - HSD8-1004 Fix special characters in vertical linked cards - HSD8-1003 Exclude testimonial paragraph type on older themes - HSD8-1006 Use the default field value for images on profiles - HSD8-993 Account for empty strings in the department - Dont hotlink stage file proxy files - Sparkbox Sprint 33 - HSD8-988: Added ccsre to multi-site.. (#807) - fix: only apply uniform height styles to comonents in a grid or row (#806) - STN-607: Implementation of Testimonial Paragraph/UI Pattern for views (#787) - fix: hb-raised-cards--uniform-height works with full width well class (#805) - feat (STN- 645): Convert imported D7 classes (#803) - Feat(STN-597): update figcaption to new caption/credit styling in WYSIWYG (#801) - STN-646: Update Utility Docs (#792) - Updated dependencies Feb 10 2021 - fixed migrated content banner logic
- Loading branch information
Showing
155 changed files
with
4,860 additions
and
636 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
69 changes: 69 additions & 0 deletions
69
config/default/core.entity_form_display.paragraph.hs_testimonial.default.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,69 @@ | ||
uuid: abaedceb-098d-4c54-a3a0-89e495cdae17 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.field.paragraph.hs_testimonial.field_hs_testimonial_image | ||
- field.field.paragraph.hs_testimonial.field_hs_testimonial_link | ||
- field.field.paragraph.hs_testimonial.field_hs_testimonial_name | ||
- field.field.paragraph.hs_testimonial.field_hs_testimonial_position | ||
- field.field.paragraph.hs_testimonial.field_hs_testimonial_quote | ||
- field.field.paragraph.hs_testimonial.field_hs_testimonial_quote_align | ||
- paragraphs.paragraphs_type.hs_testimonial | ||
module: | ||
- linkit | ||
- media_library | ||
id: paragraph.hs_testimonial.default | ||
targetEntityType: paragraph | ||
bundle: hs_testimonial | ||
mode: default | ||
content: | ||
field_hs_testimonial_image: | ||
type: media_library_widget | ||
weight: 2 | ||
settings: | ||
media_types: { } | ||
third_party_settings: { } | ||
region: content | ||
field_hs_testimonial_link: | ||
weight: 5 | ||
settings: | ||
placeholder_url: '' | ||
placeholder_title: '' | ||
linkit_profile: default | ||
third_party_settings: { } | ||
type: linkit | ||
region: content | ||
field_hs_testimonial_name: | ||
weight: 3 | ||
settings: | ||
size: 60 | ||
placeholder: '' | ||
third_party_settings: { } | ||
type: string_textfield | ||
region: content | ||
field_hs_testimonial_position: | ||
weight: 4 | ||
settings: | ||
size: 60 | ||
placeholder: '' | ||
third_party_settings: { } | ||
type: string_textfield | ||
region: content | ||
field_hs_testimonial_quote: | ||
weight: 0 | ||
settings: | ||
rows: 5 | ||
placeholder: '' | ||
third_party_settings: { } | ||
type: string_textarea | ||
region: content | ||
field_hs_testimonial_quote_align: | ||
weight: 1 | ||
settings: { } | ||
third_party_settings: { } | ||
type: options_select | ||
region: content | ||
hidden: | ||
created: true | ||
status: true |
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.