UNPKG

@europeana/portal

Version:
15 lines (13 loc) 247 B
module.exports = function(migration) { const homePage = migration.editContentType('homePage'); homePage .editField('sections') .validations([ { size: { min: null, max: 2 }, } ]); };