Skip to content
Open
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 @@ -14,6 +14,7 @@ dependencies:
- field.field.node.stanford_event.su_event_date_time
- field.field.node.stanford_event.su_event_dek
- field.field.node.stanford_event.su_event_email
- field.field.node.stanford_event.su_event_ext_image
- field.field.node.stanford_event.su_event_groups
- field.field.node.stanford_event.su_event_keywords
- field.field.node.stanford_event.su_event_location
Expand Down Expand Up @@ -119,7 +120,7 @@ third_party_settings:
label: Taxonomy
region: content
parent_name: ''
weight: 11
weight: 8
format_type: details
format_settings:
classes: ''
Expand All @@ -145,7 +146,7 @@ content:
third_party_settings: { }
publish_on:
type: datetime_timestamp_no_default
weight: 52
weight: 11
region: content
settings: { }
third_party_settings: { }
Expand All @@ -156,7 +157,7 @@ content:
third_party_settings: { }
stanford_intranet__access:
type: entity_access
weight: 8
weight: 7
region: content
settings: { }
third_party_settings: { }
Expand Down Expand Up @@ -186,7 +187,9 @@ content:
weight: 3
region: content
settings:
view_mode: default
preview_view_mode: default
form_display_mode: default
nesting_depth: 0
require_layouts: 1
empty_message: ''
Expand Down Expand Up @@ -224,6 +227,10 @@ content:
custom
show_extra: false
hide_date: true
allday: true
remove_seconds: false
duration_overlay: true
separator: to
default_tz: user
custom_tz: America/Los_Angeles
allowed_timezones: { }
Expand Down Expand Up @@ -253,6 +260,7 @@ content:
label: above
formatter_type: null
formatter_settings: null
formatter_third_party_settings: { }
show_description: false
third_party_settings: { }
su_event_keywords:
Expand All @@ -263,6 +271,7 @@ content:
label: above
formatter_type: null
formatter_settings: null
formatter_third_party_settings: { }
show_description: false
third_party_settings: { }
su_event_location:
Expand Down Expand Up @@ -326,6 +335,7 @@ content:
label: above
formatter_type: null
formatter_settings: null
formatter_third_party_settings: { }
show_description: false
third_party_settings: { }
su_event_telephone:
Expand All @@ -350,7 +360,7 @@ content:
third_party_settings: { }
su_metatags:
type: metatag_firehose
weight: 12
weight: 9
region: content
settings:
sidebar: true
Expand All @@ -377,6 +387,12 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
unpublish_on:
type: datetime_timestamp_no_default
weight: 54
region: content
settings: { }
third_party_settings: { }
hidden:
created: true
layout_builder__layout: true
Expand All @@ -385,5 +401,4 @@ hidden:
sticky: true
su_event_ext_image: true
uid: true
unpublish_on: true
url_redirects: true
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ mode: default
content:
path:
type: path
weight: 12
weight: 10
region: content
settings: { }
third_party_settings: { }
publish_on:
type: datetime_timestamp_no_default
weight: 52
weight: 12
region: content
settings: { }
third_party_settings: { }
Expand All @@ -113,7 +113,7 @@ content:
third_party_settings: { }
su_metatags:
type: metatag_firehose
weight: 10
weight: 8
region: content
settings:
sidebar: true
Expand Down Expand Up @@ -147,7 +147,9 @@ content:
weight: 4
region: content
settings:
view_mode: default
preview_view_mode: default
form_display_mode: default
nesting_depth: 0
require_layouts: 1
empty_message: ''
Expand All @@ -171,7 +173,7 @@ content:
third_party_settings: { }
su_news_hide_social:
type: boolean_checkbox
weight: 11
weight: 9
region: content
settings:
display_label: true
Expand Down Expand Up @@ -205,7 +207,7 @@ content:
third_party_settings: { }
su_shared_tags:
type: cshs
weight: 9
weight: 7
region: content
settings:
save_lineage: false
Expand All @@ -224,12 +226,17 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
unpublish_on:
type: datetime_timestamp_no_default
weight: 54
region: content
settings: { }
third_party_settings: { }
hidden:
created: true
layout_builder__layout: true
layout_selection: true
promote: true
sticky: true
uid: true
unpublish_on: true
url_redirects: true
14 changes: 13 additions & 1 deletion config/sync/node.type.stanford_event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ third_party_settings:
status: true
settings:
amount: 5
created:
status: false
settings:
age: 1
drafts:
status: false
settings:
age: 1
only_drafts:
status: false
settings:
age: 0
scheduler:
expand_fieldset: when_required
fields_display_mode: vertical_tab
Expand All @@ -25,7 +37,7 @@ third_party_settings:
publish_revision: false
publish_touch: false
show_message_after_update: false
unpublish_enable: false
unpublish_enable: true
unpublish_required: false
unpublish_revision: false
name: Event
Expand Down
14 changes: 13 additions & 1 deletion config/sync/node.type.stanford_news.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ third_party_settings:
status: true
settings:
amount: 5
created:
status: false
settings:
age: 1
drafts:
status: false
settings:
age: 1
only_drafts:
status: false
settings:
age: 0
scheduler:
expand_fieldset: when_required
fields_display_mode: vertical_tab
Expand All @@ -25,7 +37,7 @@ third_party_settings:
publish_revision: false
publish_touch: false
show_message_after_update: false
unpublish_enable: false
unpublish_enable: true
unpublish_required: false
unpublish_revision: false
name: News
Expand Down
Loading