Skip to content

Commit

Permalink
Update packages/contentful/migrations/crn/users/20241213103301-remove…
Browse files Browse the repository at this point in the history
…-labs-link-existing-entries.js
  • Loading branch information
gabiayako authored Dec 13, 2024
1 parent db496aa commit 1080ca2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports.down = (migration) => {
const users = migration.editContentType('users');

users.changeFieldControl('labs', 'builtin', 'entryLinksEditor', {
showLinkEntityAction: false,
showLinkEntityAction: true,
showCreateEntityAction: true,
});
};

0 comments on commit 1080ca2

Please sign in to comment.