Files
payload/demo/collections/AutoLabel.js
Elliot DeNolf 38028dd36b fix conflicts
2020-11-20 12:02:31 -05:00

13 lines
172 B
JavaScript

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