Files
payloadcms/demo/collections/AutoLabel.ts
2020-11-28 16:07:54 -05:00

13 lines
170 B
TypeScript

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