Skip to content

Commit

Permalink
feat(YSP-721): create groupings for post editing
Browse files Browse the repository at this point in the history
  • Loading branch information
dblanken-yale committed Dec 16, 2024
1 parent a741a51 commit 48a3a11
Showing 1 changed file with 59 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ third_party_settings:
label: Teaser
region: content
parent_name: ''
weight: 7
weight: 6
format_type: fieldset
format_settings:
classes: ''
Expand All @@ -53,7 +53,7 @@ third_party_settings:
label: 'Publishing Settings'
region: content
parent_name: ''
weight: 11
weight: 10
format_type: details_sidebar
format_settings:
classes: ''
Expand All @@ -69,7 +69,7 @@ third_party_settings:
label: 'External Link'
region: content
parent_name: ''
weight: 13
weight: 12
format_type: details_sidebar
format_settings:
classes: ''
Expand All @@ -79,28 +79,73 @@ third_party_settings:
description: ''
required_fields: true
weight: 0
group_three_column_wrapper:
children:
- field_authors
- field_author
- field_publish_date
label: 'Two Column Wrapper'
region: content
parent_name: ''
weight: 1
format_type: html_element
format_settings:
classes: ys-gin-three-column-wrapper
show_empty_fields: false
id: ''
label_as_html: false
element: div
show_label: false
label_element: h3
label_element_classes: ''
attributes: ''
effect: none
speed: fast
required_fields: true
group_two_column_wrapper:
children:
- field_category
- field_tags
label: 'Two Column Wrapper'
region: content
parent_name: ''
weight: 2
format_type: html_element
format_settings:
classes: ys-gin-two-column-wrapper
show_empty_fields: false
id: ''
label_as_html: false
element: div
show_label: false
label_element: h3
label_element_classes: ''
attributes: ''
effect: none
speed: fast
required_fields: true
id: node.post.default
targetEntityType: node
bundle: post
mode: default
content:
field_author:
type: string_textfield
weight: 2
weight: 3
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_authors:
type: chosen_select
weight: 1
weight: 2
region: content
settings: { }
third_party_settings: { }
field_category:
type: chosen_select
weight: 4
weight: 3
region: content
settings: { }
third_party_settings: { }
Expand All @@ -121,21 +166,21 @@ content:
third_party_settings: { }
field_metatags:
type: metatag_firehose
weight: 10
weight: 9
region: content
settings:
sidebar: true
use_details: true
third_party_settings: { }
field_publish_date:
type: datetime_default
weight: 3
weight: 4
region: content
settings: { }
third_party_settings: { }
field_tags:
type: chosen_select
weight: 5
weight: 4
region: content
settings: { }
third_party_settings: { }
Expand Down Expand Up @@ -171,25 +216,25 @@ content:
third_party_settings: { }
moderation_state:
type: workflow_buttons
weight: 6
weight: 5
region: content
settings:
show_current_state: false
third_party_settings: { }
path:
type: path
weight: 8
weight: 7
region: content
settings: { }
third_party_settings: { }
simple_sitemap:
weight: 14
weight: 13
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
weight: 12
weight: 11
region: content
settings:
display_label: true
Expand All @@ -210,7 +255,7 @@ content:
placeholder: ''
third_party_settings: { }
url_redirects:
weight: 9
weight: 8
region: content
settings: { }
third_party_settings: { }
Expand Down

0 comments on commit 48a3a11

Please sign in to comment.