UNPKG

ghost

Version:

The professional publishing platform

17 lines (15 loc) 410 B
const {combineTransactionalMigrations, addSetting} = require('../../utils'); module.exports = combineTransactionalMigrations( addSetting({ key: 'portal_signup_terms_html', value: null, type: 'string', group: 'portal' }), addSetting({ key: 'portal_signup_checkbox_required', value: 'false', type: 'boolean', group: 'portal' }) );