Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #348

Merged
merged 9 commits into from
Jul 12, 2023
5 changes: 4 additions & 1 deletion web/profiles/custom/yalesites_profile/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"drupal/upgrade_status": "^3.18",
"drupal/webform": "^6.2@beta",
"drupal/wingsuit_companion": "^2.0@RC",
"yalesites-org/atomic": "1.16.1",
"yalesites-org/atomic": "1.16.2",
"yalesites-org/yale_cas": "^1.0"
},
"minimum-stability": "dev",
Expand Down Expand Up @@ -120,6 +120,9 @@
},
"drupal/smart_date": {
"add PHP c date format": "patches/add-php-c-format.patch"
},
"drupal/gin": {
"fix description toggle for CKEditor fields https://www.drupal.org/project/gin/issues/3316265": "https://git.drupalcode.org/project/gin/-/merge_requests/227.patch"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ bundle: document
mode: default
content:
field_media_file:
type: file_default
type: file_url_plain
label: visually_hidden
settings:
use_description_as_link_text: true
settings: { }
third_party_settings: { }
weight: 0
region: content
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ field_name: field_teaser_media
entity_type: node
bundle: event
label: 'Teaser Media'
description: ''
description: 'If not specified, the Fallback teaser image is displayed'
required: false
translatable: true
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ field_name: field_teaser_text
entity_type: node
bundle: event
label: 'Teaser Text'
description: ''
description: 'Teaser details display in feeds, views, search engine result pages, and social sharing cards.'
required: false
translatable: true
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ field_name: field_teaser_title
entity_type: node
bundle: event
label: 'Teaser Title'
description: ''
description: 'If not specified, the content title is displayed'
required: false
translatable: true
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ field_name: field_teaser_media
entity_type: node
bundle: page
label: 'Teaser Media'
description: ''
description: 'If not specified, the Fallback teaser image is displayed'
required: false
translatable: true
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ field_name: field_teaser_text
entity_type: node
bundle: page
label: 'Teaser Text'
description: ''
description: 'Teaser details display in feeds, views, search engine result pages, and social sharing cards.'
required: false
translatable: true
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ field_name: field_teaser_title
entity_type: node
bundle: page
label: 'Teaser Title'
description: ''
description: 'If not specified, the content title is displayed'
required: false
translatable: true
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ field_name: field_teaser_media
entity_type: node
bundle: post
label: 'Teaser Media'
description: ''
description: 'If not specified, the Fallback teaser image is displayed'
required: false
translatable: false
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ field_name: field_teaser_text
entity_type: node
bundle: post
label: 'Teaser Text'
description: ''
description: 'Teaser details display in feeds, views, search engine result pages, and social sharing cards.'
required: false
translatable: false
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ field_name: field_teaser_title
entity_type: node
bundle: post
label: 'Teaser Title'
description: ''
description: 'If not specified, the content title is displayed'
required: false
translatable: false
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ langcode: en
status: true
dependencies:
module:
- file
- node
_core:
default_config_hash: Tt8DtxZ3Nooo0PoWPpJvszA3R_5d8MmpUW7LM_R-BzY
Expand All @@ -21,3 +22,19 @@ matchers:
limit: 100
include_unpublished: false
weight: 0
9a7ef5fd-456e-45c4-b6be-7b2f60f82084:
id: 'entity:file'
uuid: 9a7ef5fd-456e-45c4-b6be-7b2f60f82084
settings:
metadata: Files
bundles: null
group_by_bundle: null
substitution_type: file
limit: 100
file_extensions: ''
file_status: 1
images:
show_dimensions: false
show_thumbnail: false
thumbnail_image_style: null
weight: 0
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ accent_color: ''
preset_focus_color: dark
focus_color: ''
high_contrast_mode: 0
classic_toolbar: vertical
classic_toolbar: horizontal
secondary_toolbar_frontend: 1
show_description_toggle: 1
show_user_theme_settings: 0
Expand Down