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

Updates Articles #117

Merged
merged 3 commits into from
Apr 9, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ third_party_settings:
- group_byline
- group_external_link
- group_ucb_related_articles
- group_title_background_image
- group_link_to_issue
- group_title_background_image
label: Tabs
region: content
parent_name: ''
weight: 5
weight: 6
format_type: tabs
format_settings:
classes: ''
Expand Down Expand Up @@ -148,7 +148,7 @@ third_party_settings:
label: 'Related Articles'
region: content
parent_name: group_tabs
weight: 41
weight: 40
format_type: details_sidebar
format_settings:
classes: ''
Expand All @@ -166,7 +166,7 @@ third_party_settings:
label: 'Page style'
region: content
parent_name: ''
weight: 6
weight: 7
format_type: details_sidebar
format_settings:
classes: ''
Expand All @@ -179,13 +179,11 @@ third_party_settings:
group_title_background_image:
children:
- field_article_title_background
- field_ucb_article_header_overlay
- field_article_header_text_color
- field_article_header_image_text
label: 'Advanced Style Options'
region: content
parent_name: group_tabs
weight: 41
weight: 42
format_type: tab
format_settings:
classes: ''
Expand All @@ -198,9 +196,9 @@ third_party_settings:
children:
- field_appears_in_issue
label: 'Link to Issue'
region: hidden
region: content
parent_name: group_tabs
weight: 40
weight: 41
format_type: tab
format_settings:
classes: ''
Expand Down Expand Up @@ -238,12 +236,6 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
field_article_header_text_color:
type: options_select
weight: 12
region: content
settings: { }
third_party_settings: { }
field_article_title_background:
type: media_library_widget
weight: 10
Expand Down Expand Up @@ -303,13 +295,6 @@ content:
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
field_ucb_article_header_overlay:
type: boolean_checkbox
weight: 11
region: content
settings:
display_label: true
third_party_settings: { }
field_ucb_article_style:
type: options_buttons
weight: 21
Expand Down Expand Up @@ -361,29 +346,36 @@ content:
third_party_settings: { }
path:
type: path
weight: 3
weight: 4
region: content
settings: { }
third_party_settings: { }
publish_on:
type: datetime_timestamp_no_default
weight: 8
weight: 9
region: content
settings: { }
third_party_settings: { }
scheduler_settings:
weight: 9
weight: 10
region: content
settings: { }
third_party_settings: { }
simple_sitemap:
weight: 7
weight: 8
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
weight: 4
weight: 5
region: content
settings:
display_label: true
third_party_settings: { }
sticky:
type: boolean_checkbox
weight: 3
region: content
settings:
display_label: true
Expand All @@ -407,13 +399,14 @@ content:
placeholder: ''
third_party_settings: { }
url_redirects:
weight: 10
weight: 11
region: content
settings: { }
third_party_settings: { }
hidden:
field_article_header_text_color: true
field_ucb_article_header_overlay: true
field_ucb_article_image: true
layout_builder__layout: true
promote: true
sticky: true
unpublish_on: true
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ id: node.ucb_article.field_article_header_image_text
field_name: field_article_header_image_text
entity_type: node
bundle: ucb_article
label: 'Header Image Optional Text'
label: 'Image Caption (Optional)'
description: 'Adds an optional line of text beneath the Article date and byline. Useful for adding supplemental Article Header Image information such as an attribution.'
required: false
translatable: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ field_name: field_article_header_text_color
entity_type: node
bundle: ucb_article
label: 'Article Header Text Color'
description: 'Set the Header Image''s header text color'
description: "Set the Header Image's header text color"
required: true
translatable: false
default_value:
-
value: text-body
value: text-white
default_value_callback: ''
settings: { }
field_type: list_string
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ required: false
translatable: false
default_value:
-
value: 0
value: 1
default_value_callback: ''
settings:
on_label: 'On'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ entity_type: node
type: list_string
settings:
allowed_values:
-
value: text-body
label: Black
-
value: text-white
label: White
-
value: text-body
label: Black
allowed_values_function: ''
module: options
locked: false
Expand Down
Loading