You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AFAIK if only one field needs customization all other fields have to be manually defined or they will not render.
Let's say there is a Person entity with name and gender. If it's define it like this:
It will only render gender, so name has to be defined even if it's not customized.
This is painful if the entity has 20 fields and only one has to be customized, so I was thinking of adding this to the configuration:
I'm closing this issue because we're starting a new phase in the history of this bundle (see #2059). We've moved it into a new GitHub organization and we need to start from scratch: no past issues, no pending pull requests, etc.
I understand if you are angry or disappointed by this, but we really need to "reset" everything in order to reignite the development of this bundle.
AFAIK if only one field needs customization all other fields have to be manually defined or they will not render.
Let's say there is a
Person
entity withname
andgender
. If it's define it like this:It will only render
gender
, soname
has to be defined even if it's not customized.This is painful if the entity has 20 fields and only one has to be customized, so I was thinking of adding this to the configuration:
WDYT?
The text was updated successfully, but these errors were encountered: