Skip to content

Commit 5415a6e

Browse files
author
Ben Zörb
authored
Merge pull request #41 from jungvonmatt/fix/t-page-submenu-position
fix(content-type): moves submenu field after parent_page
2 parents f9dd6c5 + b215aa5 commit 5415a6e

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)