UNPKG

@europeana/portal

Version:
14 lines (11 loc) 294 B
module.exports = function(migration) { const browsePage = migration.editContentType('browsePage'); browsePage .editField('primaryImageOfPage') .validations([ { linkContentType: ['imageWithAttribution'] } ]); migration.deleteContentType('heroBanner'); };