Skip to content

Commit

Permalink
11.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Nov 13, 2024
1 parent a0610a1 commit 65ba480
Show file tree
Hide file tree
Showing 26 changed files with 70 additions and 154 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Stanford Profile

11.5.0
-------------------------------------------------------------------------------
- Updated metatag module config
- Exposed opportunity in graphql
- D8CORE-7194 Embed codes with captions respect 100% widths on iframes
- D8CORE-6644 Omit default favicons if one is uploaded in the theme settings
- D8CORE-5828 If home page starts with a wysiwyg, add some space at the top
- Added aria label to masthead section
- D8CORE-6821 Adjust skip to main content location
- D8CORE-7454: Move back-to-top inside the <main> element
- D8CORE-7434 D8CORE-7435 D8CORE-7436 | Opportunity full content layout and configure card and list display (#813)
- D8CORE-7578 Adjust person display for lists and improve resolution (#828)
- D8CORE-7558: added the global footer to minimal theme in dark with no logo (#820)
- Added FAQ Accordion List paragraph type based on CAW (#827)
- Added modal colorbox image display choices in the wysiwyg (#826)

11.4.5
-------------------------------------------------------------------------------
- Remove edit links in views (#821)
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"drupal/linkit": "^6.0",
"drupal/markup": "^2.0",
"drupal/mathjax": "^4.0",
"drupal/maxlength": "^3.1",
"drupal/menu_admin_per_menu": "^1.0",
"drupal/menu_block": "^1.10",
"drupal/menu_link_weight": "^2.0@alpha",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,20 +273,9 @@ content:
granularity: 2
refresh: 60
description: ''
formatter_third_party_settings:
empty_fields:
handler: ''
field_formatter_class:
class: ''
field_label:
label_value: ''
label_tag: ''
formatter_third_party_settings: { }
show_description: false
third_party_settings:
field_formatter_class:
class: ''
change_labels:
field_label_overwrite: ''
third_party_settings: { }
su_site_dropdowns:
type: boolean_checkbox
weight: 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ dependencies:
- field.field.config_pages.stanford_global_message.su_global_msg_header
- field.field.config_pages.stanford_global_message.su_global_msg_label
- field.field.config_pages.stanford_global_message.su_global_msg_link
- field.field.config_pages.stanford_global_message.su_global_msg_message
- field.field.config_pages.stanford_global_message.su_global_msg_type
module:
- link
- text
id: config_pages.stanford_global_message.default
targetEntityType: config_pages
bundle: stanford_global_message
Expand Down Expand Up @@ -49,14 +47,6 @@ content:
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
su_global_msg_message:
type: text_textarea
weight: 4
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
su_global_msg_type:
type: options_select
weight: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,6 @@ content:
region: content
settings:
modal: false
default_tz: user
custom_tz: America/Los_Angeles
allowed_timezones: { }
default_duration: 60
default_duration_increments: |-
30
Expand All @@ -227,6 +224,9 @@ content:
custom
show_extra: false
hide_date: true
default_tz: user
custom_tz: America/Los_Angeles
allowed_timezones: { }
add_abbreviations: ''
third_party_settings: { }
su_event_dek:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,7 @@ content:
nesting_depth: 0
require_layouts: 1
empty_message: ''
third_party_settings:
field_formatter_class:
class: ''
change_labels:
add_another: ''
field_label_overwrite: ''
hide_add_another: 0
force_single_cardinality: 0
third_party_settings: { }
su_opp_contact_email:
type: email_default
weight: 16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ dependencies:
- field.field.node.stanford_person.su_shared_tags
- node.type.stanford_person
module:
- allowed_formats
- change_labels
- cshs
- field_group
Expand Down Expand Up @@ -146,10 +145,7 @@ content:
summary_rows: 3
placeholder: ''
show_summary: false
third_party_settings:
allowed_formats:
hide_help: '0'
hide_guidelines: '0'
third_party_settings: { }
field_menulink:
type: menu_link_default
weight: 53
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ dependencies:
- field.field.node.stanford_policy.su_policy_updated
- node.type.stanford_policy
module:
- allowed_formats
- datetime
- field_group
- inline_entity_form
Expand Down Expand Up @@ -61,10 +60,7 @@ content:
summary_rows: 3
placeholder: ''
show_summary: true
third_party_settings:
allowed_formats:
hide_help: '0'
hide_guidelines: '0'
third_party_settings: { }
field_menulink:
type: menu_link_default
weight: 53
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ dependencies:
- field.field.paragraph.stanford_accordion.su_accordion_title
- paragraphs.paragraphs_type.stanford_accordion
module:
- change_labels
- field_formatter_class
- maxlength
- text
id: paragraph.stanford_accordion.default
targetEntityType: paragraph
Expand All @@ -27,7 +30,13 @@ content:
settings:
rows: 5
placeholder: ''
third_party_settings: { }
third_party_settings:
maxlength:
maxlength_js: 1000
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: true
change_labels:
field_label_overwrite: ''
su_accordion_title:
type: string_textfield
weight: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ dependencies:
- field.field.config_pages.stanford_global_message.su_global_msg_header
- field.field.config_pages.stanford_global_message.su_global_msg_label
- field.field.config_pages.stanford_global_message.su_global_msg_link
- field.field.config_pages.stanford_global_message.su_global_msg_message
- field.field.config_pages.stanford_global_message.su_global_msg_type
module:
- ds
- field_formatter_class
- link
- stanford_fields
- text
third_party_settings:
ds:
layout:
Expand Down Expand Up @@ -70,13 +68,6 @@ content:
class: ''
weight: 3
region: alert_text
su_global_msg_message:
type: text_default
label: hidden
settings: { }
third_party_settings: { }
weight: 2
region: alert_text
hidden:
search_api_excerpt: true
su_global_msg_enabled: true
Expand Down
2 changes: 1 addition & 1 deletion config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module:
address: 0
admin_toolbar: 0
admin_toolbar_tools: 0
allowed_formats: 0
autologout: 0
basic_auth: 0
block: 0
Expand Down Expand Up @@ -121,6 +120,7 @@ module:
linkit: 0
markup: 0
mathjax: 0
maxlength: 0
media: 0
media_duplicate_validation: 0
media_library: 0
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ dependencies:
- config_pages.type.stanford_local_footer
- field.storage.config_pages.su_local_foot_f_intro
module:
- allowed_formats
- text
third_party_settings:
allowed_formats:
stanford_html: '0'
stanford_minimal_html: '0'
plain_text: '0'
id: config_pages.stanford_local_footer.su_local_foot_f_intro
field_name: su_local_foot_f_intro
entity_type: config_pages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ dependencies:
- config_pages.type.stanford_super_footer
- field.storage.config_pages.su_super_foot_text
module:
- allowed_formats
- text
third_party_settings:
allowed_formats:
stanford_html: '0'
stanford_minimal_html: '0'
plain_text: '0'
id: config_pages.stanford_super_footer.su_super_foot_text
field_name: su_super_foot_text
entity_type: config_pages
Expand Down
2 changes: 1 addition & 1 deletion config/sync/field.field.media.file.field_media_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ settings:
handler_settings: { }
file_directory: media/file
file_extensions: 'txt rtf doc docx ppt pptx xls xlsx pdf'
max_filesize: ''
max_filesize: '10 MB'
description_field: false
field_type: file
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ dependencies:
- field.storage.node.su_person_location_address
- node.type.stanford_person
module:
- allowed_formats
- text
third_party_settings:
allowed_formats:
stanford_html: '0'
stanford_minimal_html: '0'
plain_text: '0'
id: node.stanford_person.su_person_location_address
field_name: su_person_location_address
entity_type: node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@ status: true
dependencies:
config:
- field.storage.node.su_person_research
- filter.format.plain_text
- filter.format.stanford_minimal_html
- node.type.stanford_person
module:
- allowed_formats
- text
third_party_settings:
allowed_formats:
stanford_minimal_html: stanford_minimal_html
plain_text: plain_text
stanford_html: '0'
id: node.stanford_person.su_person_research
field_name: su_person_research
entity_type: node
Expand All @@ -24,5 +20,7 @@ translatable: false
default_value: { }
default_value_callback: ''
settings:
allowed_formats: { }
allowed_formats:
- stanford_minimal_html
- plain_text
field_type: text
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@ status: true
dependencies:
config:
- field.storage.node.su_person_scholarly_interests
- filter.format.stanford_minimal_html
- node.type.stanford_person
module:
- allowed_formats
- text
third_party_settings:
allowed_formats:
stanford_minimal_html: stanford_minimal_html
stanford_html: '0'
plain_text: '0'
id: node.stanford_person.su_person_scholarly_interests
field_name: su_person_scholarly_interests
entity_type: node
Expand All @@ -24,5 +19,6 @@ translatable: false
default_value: { }
default_value_callback: ''
settings:
allowed_formats: { }
allowed_formats:
- stanford_minimal_html
field_type: text_long
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@ status: true
dependencies:
config:
- field.storage.paragraph.su_accordion_body
- filter.format.stanford_minimal_html
- paragraphs.paragraphs_type.stanford_accordion
module:
- allowed_formats
- text
third_party_settings:
allowed_formats:
stanford_minimal_html: stanford_minimal_html
stanford_html: '0'
plain_text: '0'
id: paragraph.stanford_accordion.su_accordion_body
field_name: su_accordion_body
entity_type: paragraph
Expand All @@ -24,5 +19,6 @@ translatable: false
default_value: { }
default_value_callback: ''
settings:
allowed_formats: { }
allowed_formats:
- stanford_minimal_html
field_type: text_long
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,7 @@ dependencies:
- field.storage.paragraph.su_faq_description
- paragraphs.paragraphs_type.stanford_faq
module:
- allowed_formats
- text
third_party_settings:
allowed_formats:
stanford_limited_html: stanford_limited_html
stanford_html: '0'
stanford_minimal_html: '0'
plain_text: '0'
id: paragraph.stanford_faq.su_faq_description
field_name: su_faq_description
entity_type: paragraph
Expand Down
Loading

0 comments on commit 65ba480

Please sign in to comment.