const Code = { slug: 'html', labels: { singular: 'HTML', plural: 'HTMLs', }, fields: [ { name: 'html', type: 'html', label: 'HTML', required: true, }, ], }; module.exports = Code;