dimatkach11 / strapi_plugins

12 stars 2 forks source link

How to separate the custom fields on UI ? #4

Open iamvermajayant opened 2 weeks ago

iamvermajayant commented 2 weeks ago

image as of now if I am creating a new entry I am seeing custom fields as well as relation as well I just want custom fields to be visible but if from collection I am removing the relation, the custom fields are also getting removed

iamvermajayant commented 2 weeks ago

image

dimatkach11 commented 1 week ago

Hello, you don't have to remove the original fields, the fields must always be present in pairs, meaning the custom field and the relational field which is controlled by the custom field.

What needs to be done is simply hiding the relational fields through "Configure the view" (see image).

image

to get only custom fields to display in the UI

image