UNPKG

apostrophe

Version:
20 lines (19 loc) 283 B
module.exports = { extend: '@apostrophecms/page-type', options: { label: 'Bad Page' }, fields: { add: { main: { type: 'area', label: 'Main', options: { widgets: { args: {} } } } } } };