We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9dd6c5 + b215aa5 commit 5415a6eCopy full SHA for 5415a6e
packages/contentful-migrations/ui/1000000000006-create-c-menu-migration.js
@@ -82,6 +82,8 @@ module.exports = function (migration) {
82
.omitted(false)
83
.linkType('Entry');
84
85
+ tPage.moveField('submenu').afterField('parent_page');
86
+
87
const dSettings = migration.editContentType('d-settings');
88
dSettings
89
.createField('main_menu')
0 commit comments