Skip to content

Commit

Permalink
Merge branch 'develop' into YSP-446-drupal-10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vinmassaro authored Oct 10, 2024
2 parents a86a14d + ea71043 commit 511f6d9
Show file tree
Hide file tree
Showing 54 changed files with 1,659 additions and 75 deletions.
2 changes: 1 addition & 1 deletion web/profiles/custom/yalesites_profile/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"laminas/laminas-escaper": "2.13.0",
"northernco/ckeditor5-anchor-drupal": "0.4.0",
"yalesites-org/ai_engine": "1.2.4",
"yalesites-org/atomic": "1.36.0",
"yalesites-org/atomic": "1.38.0",
"yalesites-org/yale_cas": "v1.0.5"
},
"minimum-stability": "dev",
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ ignored_config_entities:
- 'ys_core*'
- 'ys_localist*'
- ys_themes.theme_settings
- 'ys_servicenow*'
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ content:
hide_help: '1'
hide_guidelines: '1'
maxlength:
maxlength_js: 500
maxlength_js: 600
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: true
info:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ content:
hide_help: '1'
hide_guidelines: '1'
maxlength:
maxlength_js: 500
maxlength_js: 650
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: true
info:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
config:
- block_content.type.image_banner
- field.field.block_content.image_banner.field_media
- field.field.block_content.image_banner.field_style_variation
module:
- media_library
- media_library_edit
Expand All @@ -18,10 +19,18 @@ content:
weight: 1
region: content
settings:
media_types: { }
media_types:
- image
- background_video
third_party_settings:
media_library_edit:
show_edit: '1'
field_style_variation:
type: options_select
weight: 11
region: content
settings: { }
third_party_settings: { }
info:
type: string_textfield
weight: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- field.field.node.profile.field_media
- field.field.node.profile.field_metatags
- field.field.node.profile.field_position
- field.field.node.profile.field_pronouns
- field.field.node.profile.field_subtitle
- field.field.node.profile.field_tags
- field.field.node.profile.field_teaser_media
Expand Down Expand Up @@ -107,6 +108,7 @@ third_party_settings:
- field_first_name
- field_last_name
- field_honorific_prefix
- field_pronouns
- field_position
- field_subtitle
- field_department
Expand Down Expand Up @@ -164,7 +166,7 @@ content:
third_party_settings: { }
field_department:
type: string_textfield
weight: 33
weight: 34
region: content
settings:
size: 60
Expand Down Expand Up @@ -235,6 +237,14 @@ content:
use_details: true
third_party_settings: { }
field_position:
type: string_textfield
weight: 32
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_pronouns:
type: string_textfield
weight: 31
region: content
Expand All @@ -244,7 +254,7 @@ content:
third_party_settings: { }
field_subtitle:
type: text_textfield
weight: 32
weight: 33
region: content
settings:
size: 60
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ dependencies:
config:
- block_content.type.image_banner
- field.field.block_content.image_banner.field_media
- field.field.block_content.image_banner.field_style_variation
module:
- options
id: block_content.image_banner.default
targetEntityType: block_content
bundle: image_banner
Expand All @@ -14,10 +17,17 @@ content:
type: entity_reference_entity_view
label: hidden
settings:
view_mode: banner_16_5
view_mode: default
link: false
third_party_settings: { }
weight: 0
region: content
field_style_variation:
type: list_key
label: hidden
settings: { }
third_party_settings: { }
weight: 5
region: content
hidden:
search_api_excerpt: true
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- field.field.node.profile.field_media
- field.field.node.profile.field_metatags
- field.field.node.profile.field_position
- field.field.node.profile.field_pronouns
- field.field.node.profile.field_subtitle
- field.field.node.profile.field_tags
- field.field.node.profile.field_teaser_media
Expand Down Expand Up @@ -128,6 +129,7 @@ hidden:
field_last_name: true
field_login_required: true
field_metatags: true
field_pronouns: true
field_telephone: true
layout_builder__layout: true
links: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- field.field.node.profile.field_media
- field.field.node.profile.field_metatags
- field.field.node.profile.field_position
- field.field.node.profile.field_pronouns
- field.field.node.profile.field_subtitle
- field.field.node.profile.field_tags
- field.field.node.profile.field_teaser_media
Expand Down Expand Up @@ -47,6 +48,11 @@ targetEntityType: node
bundle: profile
mode: condensed
content:
content_moderation_control:
settings: { }
third_party_settings: { }
weight: -20
region: content
field_external_source:
type: link_separate
label: hidden
Expand Down Expand Up @@ -78,6 +84,7 @@ hidden:
field_login_required: true
field_media: true
field_metatags: true
field_pronouns: true
field_subtitle: true
field_tags: true
field_teaser_media: true
Expand All @@ -87,3 +94,4 @@ hidden:
layout_builder__layout: true
links: true
search_api_excerpt: true
workflow_buttons: true
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- field.field.node.profile.field_media
- field.field.node.profile.field_metatags
- field.field.node.profile.field_position
- field.field.node.profile.field_pronouns
- field.field.node.profile.field_subtitle
- field.field.node.profile.field_tags
- field.field.node.profile.field_teaser_media
Expand Down Expand Up @@ -323,6 +324,14 @@ content:
third_party_settings: { }
weight: 107
region: content
field_pronouns:
type: string
label: above
settings:
link_to_entity: false
third_party_settings: { }
weight: 119
region: content
field_subtitle:
type: text_default
label: above
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- field.field.node.profile.field_media
- field.field.node.profile.field_metatags
- field.field.node.profile.field_position
- field.field.node.profile.field_pronouns
- field.field.node.profile.field_subtitle
- field.field.node.profile.field_tags
- field.field.node.profile.field_teaser_media
Expand All @@ -27,6 +28,7 @@ dependencies:
module:
- layout_builder
- layout_builder_restrictions
- link
- text
- user
third_party_settings:
Expand All @@ -47,6 +49,11 @@ targetEntityType: node
bundle: profile
mode: directory
content:
content_moderation_control:
settings: { }
third_party_settings: { }
weight: -20
region: content
field_affiliation:
type: entity_reference_label
label: hidden
Expand Down Expand Up @@ -130,9 +137,11 @@ hidden:
field_last_name: true
field_login_required: true
field_metatags: true
field_pronouns: true
field_tags: true
field_teaser_text: true
field_teaser_title: true
layout_builder__layout: true
links: true
search_api_excerpt: true
workflow_buttons: true
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- field.field.node.profile.field_media
- field.field.node.profile.field_metatags
- field.field.node.profile.field_position
- field.field.node.profile.field_pronouns
- field.field.node.profile.field_subtitle
- field.field.node.profile.field_tags
- field.field.node.profile.field_teaser_media
Expand Down Expand Up @@ -128,6 +129,7 @@ hidden:
field_last_name: true
field_login_required: true
field_metatags: true
field_pronouns: true
field_telephone: true
layout_builder__layout: true
links: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- field.field.node.profile.field_media
- field.field.node.profile.field_metatags
- field.field.node.profile.field_position
- field.field.node.profile.field_pronouns
- field.field.node.profile.field_subtitle
- field.field.node.profile.field_tags
- field.field.node.profile.field_teaser_media
Expand All @@ -26,6 +27,7 @@ dependencies:
- node.type.profile
module:
- layout_builder
- link
- text
- user
third_party_settings:
Expand All @@ -37,6 +39,11 @@ targetEntityType: node
bundle: profile
mode: search_result
content:
content_moderation_control:
settings: { }
third_party_settings: { }
weight: -20
region: content
field_external_source:
type: link_separate
label: hidden
Expand Down Expand Up @@ -73,10 +80,12 @@ hidden:
field_media: true
field_metatags: true
field_position: true
field_pronouns: true
field_subtitle: true
field_tags: true
field_teaser_media: true
field_teaser_title: true
field_telephone: true
layout_builder__layout: true
links: true
workflow_buttons: true
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- field.field.node.profile.field_media
- field.field.node.profile.field_metatags
- field.field.node.profile.field_position
- field.field.node.profile.field_pronouns
- field.field.node.profile.field_subtitle
- field.field.node.profile.field_tags
- field.field.node.profile.field_teaser_media
Expand Down Expand Up @@ -163,6 +164,11 @@ targetEntityType: node
bundle: profile
mode: single
content:
content_moderation_control:
settings: { }
third_party_settings: { }
weight: -20
region: content
field_address:
type: text_default
label: hidden
Expand Down Expand Up @@ -288,7 +294,9 @@ content:
hidden:
field_login_required: true
field_metatags: true
field_pronouns: true
field_tags: true
layout_builder__layout: true
links: true
search_api_excerpt: true
workflow_buttons: true
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- field.field.node.profile.field_media
- field.field.node.profile.field_metatags
- field.field.node.profile.field_position
- field.field.node.profile.field_pronouns
- field.field.node.profile.field_subtitle
- field.field.node.profile.field_tags
- field.field.node.profile.field_teaser_media
Expand All @@ -31,6 +32,11 @@ targetEntityType: node
bundle: profile
mode: teaser
content:
content_moderation_control:
settings: { }
third_party_settings: { }
weight: -20
region: content
links:
settings: { }
third_party_settings: { }
Expand All @@ -49,6 +55,7 @@ hidden:
field_media: true
field_metatags: true
field_position: true
field_pronouns: true
field_subtitle: true
field_tags: true
field_teaser_media: true
Expand All @@ -57,3 +64,4 @@ hidden:
field_telephone: true
layout_builder__layout: true
search_api_excerpt: true
workflow_buttons: true
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ module:
ys_localist: 0
ys_mail: 0
ys_node_access: 0
ys_servicenow: 0
ys_starterkit: 0
ys_toolbar: 0
ys_views_basic: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ settings:
field: _none
direction: ASC
auto_create: true
auto_create_bundle: background_video
auto_create_bundle: image
field_type: entity_reference
Loading

0 comments on commit 511f6d9

Please sign in to comment.