diff --git a/core/modules/book/config/install/core.entity_view_display.node.book.default.yml b/core/modules/book/config/install/core.entity_view_display.node.book.default.yml index 34e4ac8..e4f76fd 100644 --- a/core/modules/book/config/install/core.entity_view_display.node.book.default.yml +++ b/core/modules/book/config/install/core.entity_view_display.node.book.default.yml @@ -13,14 +13,14 @@ targetEntityType: node bundle: book mode: default content: - links: - weight: 100 body: label: hidden type: text_default - weight: 101 + weight: 100 settings: { } third_party_settings: { } + links: + weight: 101 hidden: langcode: true third_party_settings: { } diff --git a/core/modules/book/config/install/core.entity_view_display.node.book.teaser.yml b/core/modules/book/config/install/core.entity_view_display.node.book.teaser.yml index bd935ff..4e2dd37 100644 --- a/core/modules/book/config/install/core.entity_view_display.node.book.teaser.yml +++ b/core/modules/book/config/install/core.entity_view_display.node.book.teaser.yml @@ -14,15 +14,15 @@ targetEntityType: node bundle: book mode: teaser content: - links: - weight: 100 body: label: hidden type: text_summary_or_trimmed - weight: 101 + weight: 100 settings: trim_length: 600 third_party_settings: { } + links: + weight: 101 hidden: langcode: true third_party_settings: { } diff --git a/core/modules/forum/config/install/core.entity_view_display.node.forum.default.yml b/core/modules/forum/config/install/core.entity_view_display.node.forum.default.yml index dd4a75d..fc80319 100644 --- a/core/modules/forum/config/install/core.entity_view_display.node.forum.default.yml +++ b/core/modules/forum/config/install/core.entity_view_display.node.forum.default.yml @@ -30,14 +30,14 @@ content: settings: pager_id: '0' third_party_settings: { } - links: - weight: 100 body: label: hidden type: text_default - weight: 101 + weight: 100 settings: { } third_party_settings: { } + links: + weight: 101 hidden: langcode: true third_party_settings: { } diff --git a/core/modules/forum/config/install/core.entity_view_display.node.forum.teaser.yml b/core/modules/forum/config/install/core.entity_view_display.node.forum.teaser.yml index 378b509..eedea3e 100644 --- a/core/modules/forum/config/install/core.entity_view_display.node.forum.teaser.yml +++ b/core/modules/forum/config/install/core.entity_view_display.node.forum.teaser.yml @@ -23,15 +23,15 @@ content: label: above settings: { } third_party_settings: { } - links: - weight: 100 body: label: hidden type: text_summary_or_trimmed - weight: 101 + weight: 100 settings: trim_length: 600 third_party_settings: { } + links: + weight: 101 hidden: langcode: true comment_forum: true diff --git a/core/modules/forum/config/install/field.field.node.forum.body.yml b/core/modules/forum/config/install/field.field.node.forum.body.yml index 3076f49..279f160 100644 --- a/core/modules/forum/config/install/field.field.node.forum.body.yml +++ b/core/modules/forum/config/install/field.field.node.forum.body.yml @@ -1,4 +1,3 @@ -uuid: dc40d431-7116-427c-8305-5ff6ee709563 langcode: en status: true dependencies: diff --git a/core/modules/forum/config/install/field.field.node.forum.taxonomy_forums.yml b/core/modules/forum/config/install/field.field.node.forum.taxonomy_forums.yml index 19e1a60..9847752 100644 --- a/core/modules/forum/config/install/field.field.node.forum.taxonomy_forums.yml +++ b/core/modules/forum/config/install/field.field.node.forum.taxonomy_forums.yml @@ -1,4 +1,3 @@ -uuid: 7f4c8bc0-4dbb-487c-b207-7f0228335c9f langcode: en status: true dependencies: diff --git a/core/profiles/standard/config/install/core.entity_view_display.node.page.default.yml b/core/profiles/standard/config/install/core.entity_view_display.node.page.default.yml index 8e82e17..1ae1bd7 100644 --- a/core/profiles/standard/config/install/core.entity_view_display.node.page.default.yml +++ b/core/profiles/standard/config/install/core.entity_view_display.node.page.default.yml @@ -13,14 +13,14 @@ targetEntityType: node bundle: page mode: default content: - links: - weight: 100 body: label: hidden type: text_default - weight: 101 + weight: 100 settings: { } third_party_settings: { } + links: + weight: 101 hidden: langcode: true third_party_settings: { } diff --git a/core/profiles/standard/config/install/core.entity_view_display.node.page.teaser.yml b/core/profiles/standard/config/install/core.entity_view_display.node.page.teaser.yml index 801ff69..4f60c3c 100644 --- a/core/profiles/standard/config/install/core.entity_view_display.node.page.teaser.yml +++ b/core/profiles/standard/config/install/core.entity_view_display.node.page.teaser.yml @@ -14,15 +14,15 @@ targetEntityType: node bundle: page mode: teaser content: - links: - weight: 100 body: label: hidden type: text_summary_or_trimmed - weight: 101 + weight: 100 settings: trim_length: 600 third_party_settings: { } + links: + weight: 101 hidden: langcode: true third_party_settings: { }