-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '11.x' of https://github.com/SU-SWS/stanford_profile int…
…o 10.x
- Loading branch information
Showing
115 changed files
with
13,373 additions
and
9,204 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ deployment_identifier | |
bin/* | ||
tmp | ||
reports | ||
.yarn/ | ||
|
||
# OS X | ||
.DS_Store | ||
|
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
63 changes: 63 additions & 0 deletions
63
config/sync/core.entity_form_display.paragraph.stanford_faq.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,63 @@ | ||
uuid: 4e43efbc-fa41-452d-9e8f-1033f949b6bc | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.field.paragraph.stanford_faq.su_faq_description | ||
- field.field.paragraph.stanford_faq.su_faq_headline | ||
- field.field.paragraph.stanford_faq.su_faq_questions | ||
- paragraphs.paragraphs_type.stanford_faq | ||
module: | ||
- paragraphs | ||
- text | ||
id: paragraph.stanford_faq.default | ||
targetEntityType: paragraph | ||
bundle: stanford_faq | ||
mode: default | ||
content: | ||
status: | ||
type: boolean_checkbox | ||
weight: 3 | ||
region: content | ||
settings: | ||
display_label: true | ||
third_party_settings: { } | ||
su_faq_description: | ||
type: text_textarea | ||
weight: 1 | ||
region: content | ||
settings: | ||
rows: 5 | ||
placeholder: '' | ||
third_party_settings: { } | ||
su_faq_headline: | ||
type: string_textfield | ||
weight: 0 | ||
region: content | ||
settings: | ||
size: 60 | ||
placeholder: '' | ||
third_party_settings: { } | ||
su_faq_questions: | ||
type: paragraphs | ||
weight: 2 | ||
region: content | ||
settings: | ||
title: Questions/Answers | ||
title_plural: Questions/Answers | ||
edit_mode: closed | ||
closed_mode: summary | ||
autocollapse: all | ||
closed_mode_threshold: 0 | ||
add_mode: dropdown | ||
form_display_mode: default | ||
default_paragraph_type: stanford_accordion | ||
features: | ||
add_above: '0' | ||
collapse_edit_all: collapse_edit_all | ||
duplicate: duplicate | ||
third_party_settings: { } | ||
hidden: | ||
created: true | ||
publish_on: true | ||
unpublish_on: 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
54 changes: 54 additions & 0 deletions
54
config/sync/core.entity_view_display.media.image.large_modal.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,54 @@ | ||
uuid: 2b2c0e22-8ee7-4d00-840e-2eed9afa61c6 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- core.entity_view_mode.media.large_modal | ||
- field.field.media.image.field_media_image | ||
- field.field.media.image.su_media_category | ||
- image.style.breakpoint_2xl_1x | ||
- image.style.large | ||
- media.type.image | ||
module: | ||
- colorbox | ||
- empty_fields | ||
- field_formatter_class | ||
- field_label | ||
- layout_builder | ||
third_party_settings: | ||
layout_builder: | ||
enabled: false | ||
allow_custom: false | ||
id: media.image.large_modal | ||
targetEntityType: media | ||
bundle: image | ||
mode: large_modal | ||
content: | ||
field_media_image: | ||
type: colorbox | ||
label: hidden | ||
settings: | ||
colorbox_image_style: breakpoint_2xl_1x | ||
colorbox_gallery: page | ||
colorbox_gallery_custom: '' | ||
colorbox_caption: auto | ||
colorbox_caption_custom: '' | ||
colorbox_node_style: large | ||
colorbox_node_style_first: large | ||
third_party_settings: | ||
empty_fields: | ||
handler: '' | ||
field_formatter_class: | ||
class: '' | ||
field_label: | ||
label_value: '' | ||
label_tag: '' | ||
weight: 6 | ||
region: content | ||
hidden: | ||
created: true | ||
name: true | ||
search_api_excerpt: true | ||
su_media_category: true | ||
thumbnail: true | ||
uid: true |
54 changes: 54 additions & 0 deletions
54
config/sync/core.entity_view_display.media.image.medium_modal.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,54 @@ | ||
uuid: f98966ea-7adf-47c2-ad3f-85055ea24ea7 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- core.entity_view_mode.media.medium_modal | ||
- field.field.media.image.field_media_image | ||
- field.field.media.image.su_media_category | ||
- image.style.breakpoint_2xl_1x | ||
- image.style.medium | ||
- media.type.image | ||
module: | ||
- colorbox | ||
- empty_fields | ||
- field_formatter_class | ||
- field_label | ||
- layout_builder | ||
third_party_settings: | ||
layout_builder: | ||
enabled: false | ||
allow_custom: false | ||
id: media.image.medium_modal | ||
targetEntityType: media | ||
bundle: image | ||
mode: medium_modal | ||
content: | ||
field_media_image: | ||
type: colorbox | ||
label: hidden | ||
settings: | ||
colorbox_image_style: breakpoint_2xl_1x | ||
colorbox_gallery: page | ||
colorbox_gallery_custom: '' | ||
colorbox_caption: auto | ||
colorbox_caption_custom: '' | ||
colorbox_node_style: medium | ||
colorbox_node_style_first: medium | ||
third_party_settings: | ||
empty_fields: | ||
handler: '' | ||
field_formatter_class: | ||
class: '' | ||
field_label: | ||
label_value: '' | ||
label_tag: '' | ||
weight: 6 | ||
region: content | ||
hidden: | ||
created: true | ||
name: true | ||
search_api_excerpt: true | ||
su_media_category: true | ||
thumbnail: true | ||
uid: true |
56 changes: 56 additions & 0 deletions
56
config/sync/core.entity_view_display.media.image.small_modal.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,56 @@ | ||
uuid: a4111c63-41f9-42ab-a8f1-70a8726911d1 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- core.entity_view_mode.media.small_modal | ||
- field.field.media.image.field_media_image | ||
- field.field.media.image.su_media_category | ||
- image.style.breakpoint_2xl_1x | ||
- image.style.thumbnail | ||
- media.type.image | ||
module: | ||
- colorbox | ||
- empty_fields | ||
- field_formatter_class | ||
- field_label | ||
- layout_builder | ||
third_party_settings: | ||
layout_builder: | ||
enabled: false | ||
allow_custom: false | ||
_core: | ||
default_config_hash: hSk8HhFOQGFB36lnn_tEKB38YVOq1uNpB-cdzzq5vMo | ||
id: media.image.small_modal | ||
targetEntityType: media | ||
bundle: image | ||
mode: small_modal | ||
content: | ||
field_media_image: | ||
type: colorbox | ||
label: hidden | ||
settings: | ||
colorbox_image_style: breakpoint_2xl_1x | ||
colorbox_gallery: page | ||
colorbox_gallery_custom: '' | ||
colorbox_caption: auto | ||
colorbox_caption_custom: '' | ||
colorbox_node_style: thumbnail | ||
colorbox_node_style_first: thumbnail | ||
third_party_settings: | ||
empty_fields: | ||
handler: '' | ||
field_formatter_class: | ||
class: '' | ||
field_label: | ||
label_value: '' | ||
label_tag: '' | ||
weight: 0 | ||
region: content | ||
hidden: | ||
created: true | ||
name: true | ||
search_api_excerpt: true | ||
su_media_category: true | ||
thumbnail: true | ||
uid: true |
Oops, something went wrong.