diff --git a/config/sync/core.entity_form_display.node.landing.default.yml b/config/sync/core.entity_form_display.node.landing.default.yml index 9ef0a68ac..58af3b7bf 100644 --- a/config/sync/core.entity_form_display.node.landing.default.yml +++ b/config/sync/core.entity_form_display.node.landing.default.yml @@ -12,7 +12,6 @@ dependencies: - metatag - paragraphs - path - - publication_date id: node.landing.default targetEntityType: node bundle: landing @@ -26,7 +25,7 @@ content: third_party_settings: { } field_metatags: type: metatag_firehose - weight: 12 + weight: 11 region: content settings: sidebar: true @@ -34,7 +33,7 @@ content: third_party_settings: { } field_paragraph_components: type: paragraphs - weight: 10 + weight: 9 region: content settings: title: Component @@ -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 @@ -97,7 +90,7 @@ content: placeholder: '' third_party_settings: { } translation: - weight: 5 + weight: 4 region: content settings: { } third_party_settings: { } @@ -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 diff --git a/config/sync/core.entity_form_display.node.nvrf_page.default.yml b/config/sync/core.entity_form_display.node.nvrf_page.default.yml index 368916bba..bbc13ead0 100644 --- a/config/sync/core.entity_form_display.node.nvrf_page.default.yml +++ b/config/sync/core.entity_form_display.node.nvrf_page.default.yml @@ -12,7 +12,6 @@ dependencies: module: - content_moderation - path - - publication_date - text id: node.nvrf_page.default targetEntityType: node @@ -21,7 +20,7 @@ mode: default content: body: type: text_textarea_with_summary - weight: 5 + weight: 4 region: content settings: rows: 9 @@ -45,7 +44,7 @@ content: third_party_settings: { } field_general_instructions: type: text_textarea - weight: 12 + weight: 11 region: content settings: rows: 5 @@ -53,7 +52,7 @@ content: third_party_settings: { } field_omb_number: type: string_textfield - weight: 13 + weight: 12 region: content settings: size: 60 @@ -61,37 +60,31 @@ content: 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 @@ -105,7 +98,7 @@ content: placeholder: '' third_party_settings: { } translation: - weight: 7 + weight: 6 region: content settings: { } third_party_settings: { } @@ -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 diff --git a/config/sync/core.entity_form_display.node.page.default.yml b/config/sync/core.entity_form_display.node.page.default.yml index 08ecc2fd5..dc31dd7e3 100644 --- a/config/sync/core.entity_form_display.node.page.default.yml +++ b/config/sync/core.entity_form_display.node.page.default.yml @@ -14,7 +14,6 @@ dependencies: - media_library - metatag - path - - publication_date - text id: node.page.default targetEntityType: node @@ -29,7 +28,7 @@ content: third_party_settings: { } field_body: type: text_textarea_with_summary - weight: 10 + weight: 9 region: content settings: rows: 9 @@ -39,14 +38,14 @@ 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 @@ -54,14 +53,14 @@ content: 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: { } @@ -71,12 +70,6 @@ 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 @@ -84,7 +77,7 @@ content: third_party_settings: { } status: type: boolean_checkbox - weight: 9 + weight: 8 region: content settings: display_label: true @@ -98,7 +91,7 @@ content: placeholder: '' third_party_settings: { } translation: - weight: 7 + weight: 6 region: content settings: { } third_party_settings: { } @@ -120,4 +113,5 @@ content: hidden: body: true promote: true + published_at: true sticky: true diff --git a/config/sync/core.entity_form_display.node.state_territory.default.yml b/config/sync/core.entity_form_display.node.state_territory.default.yml index 8fc025b17..80b0a3f1d 100644 --- a/config/sync/core.entity_form_display.node.state_territory.default.yml +++ b/config/sync/core.entity_form_display.node.state_territory.default.yml @@ -48,7 +48,6 @@ dependencies: - link - metatag - path - - publication_date - text - vote_nvrf third_party_settings: @@ -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 @@ -348,7 +346,7 @@ content: third_party_settings: { } field_metatags: type: metatag_firehose - weight: 13 + weight: 11 region: content settings: sidebar: true @@ -501,7 +499,7 @@ content: third_party_settings: { } langcode: type: language_select - weight: 12 + weight: 10 region: content settings: include_locked: true @@ -518,12 +516,6 @@ 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 @@ -531,7 +523,7 @@ content: third_party_settings: { } status: type: boolean_checkbox - weight: 10 + weight: 8 region: content settings: display_label: true @@ -545,7 +537,7 @@ content: placeholder: '' third_party_settings: { } translation: - weight: 11 + weight: 9 region: content settings: { } third_party_settings: { } @@ -567,4 +559,5 @@ content: hidden: body: true promote: true + published_at: true sticky: true diff --git a/config/sync/core.entity_form_display.node.voter_guide.default.yml b/config/sync/core.entity_form_display.node.voter_guide.default.yml index 3965194d2..c7ae34957 100644 --- a/config/sync/core.entity_form_display.node.voter_guide.default.yml +++ b/config/sync/core.entity_form_display.node.voter_guide.default.yml @@ -12,7 +12,6 @@ dependencies: - content_moderation - paragraphs - path - - publication_date - text id: node.voter_guide.default targetEntityType: node @@ -71,44 +70,38 @@ content: third_party_settings: { } moderation_state: type: moderation_state_default - weight: 14 + weight: 13 region: content settings: { } third_party_settings: { } path: type: path - weight: 12 + weight: 11 region: content settings: { } third_party_settings: { } promote: type: boolean_checkbox - weight: 10 + weight: 9 region: content settings: display_label: true third_party_settings: { } - published_at: - type: publication_date_timestamp - weight: 8 - region: content - settings: { } - third_party_settings: { } simple_sitemap: - weight: 9 + weight: 8 region: content settings: { } third_party_settings: { } status: type: boolean_checkbox - weight: 15 + weight: 14 region: content settings: display_label: true third_party_settings: { } sticky: type: boolean_checkbox - weight: 11 + weight: 10 region: content settings: display_label: true @@ -137,8 +130,9 @@ content: placeholder: '' third_party_settings: { } url_redirects: - weight: 13 + weight: 12 region: content settings: { } third_party_settings: { } -hidden: { } +hidden: + published_at: true diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 2828da830..2c9f3e5d1 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -84,7 +84,6 @@ module: content_translation: 10 views: 10 paragraphs: 11 - publication_date: 99 minimal: 1000 theme: bixaluswds: 0