I want to make slug field which is an UID type attached to a title. The title is an enumeration list. Both slug and title is required fields.
At this moment this doesnt work.
I'm testing strapi ver. 5.0.0-rc.3
I would like to make the title enum optional- have the slug attached to the title field. There will never be more rows than there are enumerals.
Small thing but, could this be implemented? Then the enum list would kinda work as an small interface for the UID slug field.