I am working on a Strapi project where the content types are quite “feature rich”. Lots of text fields, lots of toggles.
I want to find ways to improve the layout to make it easier to find the field you want, rather than it just being a bundle of all the fields.
A method I’ve used in the past is Components. These are quite nice, but my issue with components is that it creates multiple new tables in the database for a single component and it just overcomplicates things. I have to change my queries to pull the data too to include the new component, it feels messy. Ultimately all I want is a new text field, on an existing content type, but I want it to be easy to find and not mixed in with the rest of the fields.
What I’d love is just the ability add a horizontal bar and a new title. I fear that might not be possible, so I wondered if anyone has any hacks that make the UI easier?
This topic has been created from a Discord post (1295388872896675962) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord