Skip to content

Commit b215aa5

Browse files
author
Ben Zörb
committed
fix(content-type): moves submenu field after parent_page
1 parent 33c000b commit b215aa5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/contentful-migrations/ui/1000000000006-create-c-menu-migration.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ module.exports = function (migration) {
8282
.omitted(false)
8383
.linkType('Entry');
8484

85+
tPage.moveField('submenu').afterField('parent_page');
86+
8587
const dSettings = migration.editContentType('d-settings');
8688
dSettings
8789
.createField('main_menu')

0 commit comments

Comments
 (0)