Skip to content

Commit 7162320

Browse files
committed
refactor: add m-media as allowed module in t-page
1 parent 3815bb0 commit 7162320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contentful-migrations/core/0000000000003-create-t-page-migration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ module.exports = withHelpers(async (migration, _context) => {
110110
type: 'Link',
111111
validations: [
112112
{
113-
linkContentType: ['m-text', 'm-hero', 'm-list', 'm-columns'],
113+
linkContentType: ['m-text', 'm-hero', 'm-media', 'm-list', 'm-columns'],
114114
},
115115
],
116116
linkType: 'Entry',

0 commit comments

Comments
 (0)