// No labels necessary const AutoLabel = { slug: 'auto-label', fields: [{ name: 'text', type: 'text', label: 'Text', }], }; module.exports = AutoLabel;