-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into YALB-1057-quotes
- Loading branch information
Showing
59 changed files
with
1,837 additions
and
220 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
20 changes: 20 additions & 0 deletions
20
web/profiles/custom/yalesites_profile/config/sync/block.block.yalesitesfooterblock.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,20 @@ | ||
uuid: 4d9a3d30-51e9-4057-9f6d-99b22f6e367b | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- ys_core | ||
theme: | ||
- atomic | ||
id: yalesitesfooterblock | ||
theme: atomic | ||
region: footer | ||
weight: 0 | ||
provider: null | ||
plugin: ys_footer_block | ||
settings: | ||
id: ys_footer_block | ||
label: 'YaleSites Footer Block' | ||
label_display: '0' | ||
provider: ys_core | ||
visibility: { } |
6 changes: 3 additions & 3 deletions
6
web/profiles/custom/yalesites_profile/config/sync/captcha.settings.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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
_core: | ||
default_config_hash: hSAUW7BoAd9YUpKcVKyZpW4wY67g4XZAYlt3Vnz6SVA | ||
enabled_default: 0 | ||
default_challenge: recaptcha_v3/form_submission | ||
description: 'This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.' | ||
administration_mode: false | ||
allow_on_admin_pages: false | ||
whitelist_ips: '' | ||
add_captcha_description: true | ||
wrong_captcha_response_message: 'The answer you entered for the CAPTCHA was not correct.' | ||
default_validation: 1 | ||
persistence: 1 | ||
enable_stats: false | ||
log_wrong_responses: false | ||
enabled_default: 0 | ||
allow_on_admin_pages: false | ||
add_captcha_description: 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
56 changes: 56 additions & 0 deletions
56
...yalesites_profile/config/sync/core.entity_form_display.menu_link_content.main.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,56 @@ | ||
uuid: 7163bb95-00d9-47d6-878c-6dafc58f6e69 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.field.menu_link_content.main.field_menu_top_level_link_cta | ||
- system.menu.main | ||
module: | ||
- hide_revision_field | ||
- link | ||
- menu_item_extras | ||
id: menu_link_content.main.default | ||
targetEntityType: menu_link_content | ||
bundle: main | ||
mode: default | ||
content: | ||
field_menu_top_level_link_cta: | ||
type: string_textfield | ||
weight: 1 | ||
region: content | ||
settings: | ||
size: 60 | ||
placeholder: '' | ||
third_party_settings: { } | ||
revision_log_message: | ||
type: hide_revision_field_log_widget | ||
weight: 4 | ||
region: content | ||
settings: | ||
rows: 5 | ||
placeholder: '' | ||
show: true | ||
default: '' | ||
permission_based: false | ||
allow_user_settings: true | ||
third_party_settings: { } | ||
simple_sitemap: | ||
weight: 3 | ||
region: content | ||
settings: { } | ||
third_party_settings: { } | ||
title: | ||
type: string_textfield | ||
weight: 0 | ||
region: content | ||
settings: | ||
size: 60 | ||
placeholder: '' | ||
third_party_settings: { } | ||
view_mode: | ||
type: menu_item_extras_view_mode_selector_select | ||
weight: 2 | ||
region: content | ||
settings: { } | ||
third_party_settings: { } | ||
hidden: { } |
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
27 changes: 27 additions & 0 deletions
27
...yalesites_profile/config/sync/core.entity_view_display.menu_link_content.main.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,27 @@ | ||
uuid: d53fde33-1a5a-43ac-b379-bc535ea439b9 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.field.menu_link_content.main.field_menu_top_level_link_cta | ||
- system.menu.main | ||
id: menu_link_content.main.default | ||
targetEntityType: menu_link_content | ||
bundle: main | ||
mode: default | ||
content: | ||
children: | ||
settings: { } | ||
third_party_settings: { } | ||
weight: 1 | ||
region: content | ||
field_menu_top_level_link_cta: | ||
type: string | ||
label: above | ||
settings: | ||
link_to_entity: false | ||
third_party_settings: { } | ||
weight: 2 | ||
region: content | ||
hidden: | ||
search_api_excerpt: 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
92 changes: 52 additions & 40 deletions
92
web/profiles/custom/yalesites_profile/config/sync/editor.editor.basic_html.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
Oops, something went wrong.