UNPKG

@europeana/portal

Version:
6 lines (5 loc) 196 B
module.exports = function(migration) { const contentType = migration.editContentType('blogPosting'); contentType.editField('keywords').omitted(true); contentType.deleteField('keywords'); };