Skip to content

Commit

Permalink
VOTE-823 remove publication date module
Browse files Browse the repository at this point in the history
  • Loading branch information
rayestrada committed Feb 15, 2024
1 parent 74e01c2 commit ea8fe8d
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 75 deletions.
26 changes: 10 additions & 16 deletions config/sync/core.entity_form_display.node.landing.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dependencies:
- metatag
- paragraphs
- path
- publication_date
id: node.landing.default
targetEntityType: node
bundle: landing
Expand All @@ -26,15 +25,15 @@ content:
third_party_settings: { }
field_metatags:
type: metatag_firehose
weight: 12
weight: 11
region: content
settings:
sidebar: true
use_details: true
third_party_settings: { }
field_paragraph_components:
type: paragraphs
weight: 10
weight: 9
region: content
settings:
title: Component
Expand All @@ -53,37 +52,31 @@ content:
third_party_settings: { }
langcode:
type: language_select
weight: 11
weight: 10
region: content
settings:
include_locked: true
third_party_settings: { }
moderation_state:
type: moderation_state_default
weight: 8
weight: 7
region: content
settings: { }
third_party_settings: { }
path:
type: path
weight: 6
region: content
settings: { }
third_party_settings: { }
published_at:
type: publication_date_timestamp
weight: 3
weight: 5
region: content
settings: { }
third_party_settings: { }
simple_sitemap:
weight: 4
weight: 3
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
weight: 9
weight: 8
region: content
settings:
display_label: true
Expand All @@ -97,7 +90,7 @@ content:
placeholder: ''
third_party_settings: { }
translation:
weight: 5
weight: 4
region: content
settings: { }
third_party_settings: { }
Expand All @@ -112,11 +105,12 @@ content:
placeholder: ''
third_party_settings: { }
url_redirects:
weight: 7
weight: 6
region: content
settings: { }
third_party_settings: { }
hidden:
body: true
promote: true
published_at: true
sticky: true
28 changes: 11 additions & 17 deletions config/sync/core.entity_form_display.node.nvrf_page.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dependencies:
module:
- content_moderation
- path
- publication_date
- text
id: node.nvrf_page.default
targetEntityType: node
Expand All @@ -21,7 +20,7 @@ mode: default
content:
body:
type: text_textarea_with_summary
weight: 5
weight: 4
region: content
settings:
rows: 9
Expand All @@ -45,53 +44,47 @@ content:
third_party_settings: { }
field_general_instructions:
type: text_textarea
weight: 12
weight: 11
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
field_omb_number:
type: string_textfield
weight: 13
weight: 12
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
langcode:
type: language_select
weight: 14
weight: 13
region: content
settings:
include_locked: true
third_party_settings: { }
moderation_state:
type: moderation_state_default
weight: 10
weight: 9
region: content
settings: { }
third_party_settings: { }
path:
type: path
weight: 8
region: content
settings: { }
third_party_settings: { }
published_at:
type: publication_date_timestamp
weight: 4
weight: 7
region: content
settings: { }
third_party_settings: { }
simple_sitemap:
weight: 6
weight: 5
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
weight: 11
weight: 10
region: content
settings:
display_label: true
Expand All @@ -105,7 +98,7 @@ content:
placeholder: ''
third_party_settings: { }
translation:
weight: 7
weight: 6
region: content
settings: { }
third_party_settings: { }
Expand All @@ -120,10 +113,11 @@ content:
placeholder: ''
third_party_settings: { }
url_redirects:
weight: 9
weight: 8
region: content
settings: { }
third_party_settings: { }
hidden:
promote: true
published_at: true
sticky: true
22 changes: 8 additions & 14 deletions config/sync/core.entity_form_display.node.page.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ dependencies:
- media_library
- metatag
- path
- publication_date
- text
id: node.page.default
targetEntityType: node
Expand All @@ -29,7 +28,7 @@ content:
third_party_settings: { }
field_body:
type: text_textarea_with_summary
weight: 10
weight: 9
region: content
settings:
rows: 9
Expand All @@ -39,29 +38,29 @@ content:
third_party_settings: { }
field_media:
type: media_library_widget
weight: 11
weight: 10
region: content
settings:
media_types: { }
third_party_settings: { }
field_metatags:
type: metatag_firehose
weight: 13
weight: 12
region: content
settings:
sidebar: true
use_details: true
third_party_settings: { }
langcode:
type: language_select
weight: 12
weight: 11
region: content
settings:
include_locked: true
third_party_settings: { }
moderation_state:
type: moderation_state_default
weight: 8
weight: 7
region: content
settings: { }
third_party_settings: { }
Expand All @@ -71,20 +70,14 @@ content:
region: content
settings: { }
third_party_settings: { }
published_at:
type: publication_date_timestamp
weight: 6
region: content
settings: { }
third_party_settings: { }
simple_sitemap:
weight: 3
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
weight: 9
weight: 8
region: content
settings:
display_label: true
Expand All @@ -98,7 +91,7 @@ content:
placeholder: ''
third_party_settings: { }
translation:
weight: 7
weight: 6
region: content
settings: { }
third_party_settings: { }
Expand All @@ -120,4 +113,5 @@ content:
hidden:
body: true
promote: true
published_at: true
sticky: true
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ dependencies:
- link
- metatag
- path
- publication_date
- text
- vote_nvrf
third_party_settings:
Expand Down Expand Up @@ -83,7 +82,6 @@ third_party_settings:
- field_override_election_hp_link
- field_override_more_info_link
- field_override_confirm_reg_link
- field_mail_registration_link_ove
- field_override_mail_reg_link
label: 'Link overrides (for translations)'
region: content
Expand Down Expand Up @@ -348,7 +346,7 @@ content:
third_party_settings: { }
field_metatags:
type: metatag_firehose
weight: 13
weight: 11
region: content
settings:
sidebar: true
Expand Down Expand Up @@ -501,7 +499,7 @@ content:
third_party_settings: { }
langcode:
type: language_select
weight: 12
weight: 10
region: content
settings:
include_locked: true
Expand All @@ -518,20 +516,14 @@ content:
region: content
settings: { }
third_party_settings: { }
published_at:
type: publication_date_timestamp
weight: 9
region: content
settings: { }
third_party_settings: { }
simple_sitemap:
weight: 4
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
weight: 10
weight: 8
region: content
settings:
display_label: true
Expand All @@ -545,7 +537,7 @@ content:
placeholder: ''
third_party_settings: { }
translation:
weight: 11
weight: 9
region: content
settings: { }
third_party_settings: { }
Expand All @@ -567,4 +559,5 @@ content:
hidden:
body: true
promote: true
published_at: true
sticky: true
Loading

0 comments on commit ea8fe8d

Please sign in to comment.