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

YALB-309: Metadata: Teaser instruction and help text (UX/SB) #340

Merged
merged 2 commits into from
Jul 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions web/profiles/custom/yalesites_profile/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,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 @@ -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