Skip to content

Commit

Permalink
Merge branch '11.x' of https://github.com/SU-SWS/stanford_profile int…
Browse files Browse the repository at this point in the history
…o 10.x
  • Loading branch information
pookmish committed Nov 13, 2024
2 parents 7f96023 + a0610a1 commit 7a8e28a
Show file tree
Hide file tree
Showing 115 changed files with 13,373 additions and 9,204 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ deployment_identifier
bin/*
tmp
reports
.yarn/

# OS X
.DS_Store
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,13 @@ _Release Date: 2022-08-11_

- Fixed events importer title property.

11.4.5
-------------------------------------------------------------------------------
- Remove edit links in views (#821)
- D8CORE-7564: removed decanter link and replaced with identity guide (#822)
- D8CORE-7517 | update event subtitle heading (#816)
- D8Core-7515: adding a few additional "Site Type" options

11.4.4
-------------------------------------------------------------------------------
- Updated image_effects module for compatibility with imagemagic 4.0.0.
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"drupal/jsonapi_search_api": "^1.0@RC",
"drupal/jsonapi_views": "^1.1",
"drupal/key": "^1.15",
"drupal/layout_builder_modal": "^1.0",
"drupal/layout_builder_modal": "^2.0",
"drupal/layout_builder_restrictions": "^3.0",
"drupal/layout_library": "^1.0-beta1",
"drupal/layout_paragraphs": "^2.0",
Expand All @@ -115,7 +115,6 @@
"drupal/next": "^1.2",
"drupal/nobots": "^1.0",
"drupal/node_revision_delete": "^2.0@RC",
"drupal/page_cache_query_ignore": "^2.2",
"drupal/page_manager": "^4.0@beta",
"drupal/paragraphs": "^1.11",
"drupal/paragraphs_edit": "^3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies:
- field.field.config_pages.stanford_basic_site_settings.su_site_algolia_key
- field.field.config_pages.stanford_basic_site_settings.su_site_algolia_search
- field.field.config_pages.stanford_basic_site_settings.su_site_algolia_ui
- field.field.config_pages.stanford_basic_site_settings.su_site_created
- field.field.config_pages.stanford_basic_site_settings.su_site_dropdowns
- field.field.config_pages.stanford_basic_site_settings.su_site_email
- field.field.config_pages.stanford_basic_site_settings.su_site_home
Expand All @@ -35,9 +36,11 @@ dependencies:
- change_labels
- conditional_fields
- cshs
- field_formatter_class
- field_group
- file
- link
- readonly_field_widget
- text
third_party_settings:
field_group:
Expand Down Expand Up @@ -248,6 +251,42 @@ content:
settings:
display_label: true
third_party_settings: { }
su_site_created:
type: readonly_field_widget
weight: 1
region: content
settings:
label: above
formatter_type: timestamp
formatter_settings:
timestamp:
date_format: html_date
custom_date_format: ''
timezone: ''
tooltip:
date_format: long
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
description: ''
formatter_third_party_settings:
empty_fields:
handler: ''
field_formatter_class:
class: ''
field_label:
label_value: ''
label_tag: ''
show_description: false
third_party_settings:
field_formatter_class:
class: ''
change_labels:
field_label_overwrite: ''
su_site_dropdowns:
type: boolean_checkbox
weight: 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,12 @@ content:
third_party_settings: { }
publish_on:
type: datetime_timestamp_no_default
weight: 52
weight: 15
region: content
settings: { }
third_party_settings: { }
scheduler_settings:
weight: 50
weight: 14
region: content
settings: { }
third_party_settings: { }
Expand Down Expand Up @@ -341,14 +341,10 @@ content:
hide_add_another: 0
force_single_cardinality: 0
su_opp_type:
type: entity_reference_autocomplete
type: options_select
weight: 9
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
settings: { }
third_party_settings: { }
title:
type: string_textfield
Expand Down
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies:
- field.field.config_pages.stanford_basic_site_settings.su_site_algolia_key
- field.field.config_pages.stanford_basic_site_settings.su_site_algolia_search
- field.field.config_pages.stanford_basic_site_settings.su_site_algolia_ui
- field.field.config_pages.stanford_basic_site_settings.su_site_created
- field.field.config_pages.stanford_basic_site_settings.su_site_dropdowns
- field.field.config_pages.stanford_basic_site_settings.su_site_email
- field.field.config_pages.stanford_basic_site_settings.su_site_home
Expand Down Expand Up @@ -150,6 +151,25 @@ content:
third_party_settings: { }
weight: 23
region: content
su_site_created:
type: timestamp
label: above
settings:
date_format: medium
custom_date_format: ''
timezone: ''
tooltip:
date_format: long
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { }
weight: 26
region: content
su_site_dropdowns:
type: boolean
label: above
Expand Down
54 changes: 54 additions & 0 deletions config/sync/core.entity_view_display.media.image.large_modal.yml
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 config/sync/core.entity_view_display.media.image.medium_modal.yml
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 config/sync/core.entity_view_display.media.image.small_modal.yml
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
Loading

0 comments on commit 7a8e28a

Please sign in to comment.