Skip to content

Commit

Permalink
hide order fields and update helptext (#19356)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmpickett authored Sep 30, 2024
1 parent 3c472f0 commit d32bfa1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 23 deletions.
8 changes: 1 addition & 7 deletions config/sync/core.entity_form_display.node.event.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ third_party_settings:
group_feature_this_content:
children:
- field_featured
- field_order
label: 'Feature This Content'
region: content
parent_name: ''
Expand Down Expand Up @@ -393,12 +392,6 @@ content:
settings:
media_types: { }
third_party_settings: { }
field_order:
type: options_select
weight: 16
region: content
settings: { }
third_party_settings: { }
field_publish_to_outreach_cal:
type: boolean_checkbox
weight: 3
Expand Down Expand Up @@ -455,6 +448,7 @@ hidden:
field_additional_listings: true
field_event_cost: true
field_meta_tags: true
field_order: true
langcode: true
promote: true
status: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ third_party_settings:
group_feature_this_story:
children:
- field_featured
- field_order
label: 'Feature this story'
region: content
parent_name: ''
Expand Down Expand Up @@ -191,12 +190,6 @@ content:
settings:
media_types: { }
third_party_settings: { }
field_order:
type: options_select
weight: 22
region: content
settings: { }
third_party_settings: { }
moderation_state:
type: moderation_state_default
weight: 22
Expand Down Expand Up @@ -231,6 +224,7 @@ content:
hidden:
created: true
field_meta_tags: true
field_order: true
langcode: true
promote: true
status: true
Expand Down
9 changes: 1 addition & 8 deletions config/sync/core.entity_view_display.node.event.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ third_party_settings:
group_curation:
children:
- field_featured
- field_order
label: Curation
parent_name: ''
region: content
Expand Down Expand Up @@ -293,13 +292,6 @@ content:
third_party_settings: { }
weight: 4
region: content
field_order:
type: list_default
label: above
settings: { }
third_party_settings: { }
weight: 31
region: content
field_url_of_an_online_event:
type: link
label: above
Expand All @@ -318,6 +310,7 @@ hidden:
field_administration: true
field_last_saved_by_an_editor: true
field_meta_tags: true
field_order: true
field_publish_to_outreach_cal: true
langcode: true
links: true
Expand Down
2 changes: 1 addition & 1 deletion config/sync/field.field.node.news_story.field_featured.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ field_name: field_featured
entity_type: node
bundle: news_story
label: Featured
description: 'Featured stories appear in the "featured" section of a VA product page, such as an Office or VAMC home page. You can feature up to 2.'
description: 'Select to feature this story on your VAMC system home page. Only 1 story can be featured per VAMC system. All other stories in your system will be set as "Not featured" if you feature this one.'
required: false
translatable: false
default_value:
Expand Down

0 comments on commit d32bfa1

Please sign in to comment.