Hello, I'm trying to create a custom text label in v3, but I don't know exactly how to do it correctly.
I have this field in my collection:
{
name: 'custom_text',
type: 'text',
required: true,
admin: {
components: {
Field: CustomTextField
}
}
},
I don't know how to handle values etc. in that component.