diff --git a/config/sync/core.entity_form_display.node.static.default.yml b/config/sync/core.entity_form_display.node.static.default.yml index 0fbf673..3681659 100644 --- a/config/sync/core.entity_form_display.node.static.default.yml +++ b/config/sync/core.entity_form_display.node.static.default.yml @@ -22,6 +22,7 @@ dependencies: - image - link - paragraphs + - path - text - video_embed_field third_party_settings: @@ -48,6 +49,7 @@ third_party_settings: children: - status - promote + - path label: Details region: content parent_name: '' @@ -276,6 +278,12 @@ content: region: content settings: { } third_party_settings: { } + path: + type: path + weight: 9 + region: content + settings: { } + third_party_settings: { } promote: type: boolean_checkbox weight: 8 @@ -301,7 +309,6 @@ content: hidden: created: true langcode: true - path: true sticky: true uid: true url_redirects: true