Skip to content

Commit

Permalink
Adjust field configs
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Sep 4, 2024
1 parent 8bda4f1 commit 379d2ef
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ dependencies:
- node.type.stanford_opportunity
module:
- change_labels
- cshs
- datetime
- field_group
- layout_paragraphs
- link
- media_library
- path
- scheduler
- stanford_fields
- telephone
- text
third_party_settings:
Expand Down Expand Up @@ -151,6 +152,17 @@ content:
settings:
display_label: true
third_party_settings: { }
publish_on:
type: datetime_timestamp_no_default
weight: 52
region: content
settings: { }
third_party_settings: { }
scheduler_settings:
weight: 50
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
weight: 7
Expand Down Expand Up @@ -307,17 +319,10 @@ content:
placeholder: ''
third_party_settings: { }
su_opp_tags:
type: cshs
type: taxonomy_label_hierarchy
weight: 6
region: content
settings:
save_lineage: false
force_deepest: false
parent: null
level_labels: ''
hierarchy_depth: 0
required_depth: 0
none_label: '- Please select -'
settings: { }
third_party_settings:
change_labels:
add_another: ''
Expand Down Expand Up @@ -358,5 +363,4 @@ content:
settings: { }
third_party_settings: { }
hidden:
publish_on: true
unpublish_on: true
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ translatable: false
default_value: { }
default_value_callback: ''
settings:
title: 1
title: 2
link_type: 17
field_type: link
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ translatable: false
default_value: { }
default_value_callback: ''
settings:
title: 1
title: 2
link_type: 17
field_type: link
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ default_value: { }
default_value_callback: ''
settings:
title: 0
link_type: 17
link_type: 16
field_type: link
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ id: node.stanford_opportunity.su_opp_status
field_name: su_opp_status
entity_type: node
bundle: stanford_opportunity
label: 'Opportunity Status'
description: 'Check this box if the Opportunity should be listed as "Closed."'
label: Closed
description: 'Status of the Opportunity. Check this box if the Opportunity should be listed as "Closed."'
required: false
translatable: false
default_value: { }
Expand Down
4 changes: 2 additions & 2 deletions config/sync/node.type.stanford_opportunity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ third_party_settings:
scheduler:
expand_fieldset: when_required
fields_display_mode: vertical_tab
publish_enable: false
publish_enable: true
publish_past_date: error
publish_past_date_created: false
publish_required: false
publish_revision: false
publish_touch: false
show_message_after_update: true
show_message_after_update: false
unpublish_enable: false
unpublish_required: false
unpublish_revision: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ id: node_type_stanford_opportunity
entity_type_id: node_type
entity_id: stanford_opportunity
action: page_redirect
allow_override: 1
allow_override: 0
redirect: '[node:su_opp_source:uri]'
redirect_code: 301
redirect_fallback_action: display_page

0 comments on commit 379d2ef

Please sign in to comment.