-
-
Notifications
You must be signed in to change notification settings - Fork 134
Closed
Labels
Description
When I turn on name_convertion to name_converter: 'Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter' as documentation says (https://api-platform.com/docs/core/serialization#name-conversion), in api response I see properies like that: person_name, instead defined in entity: personName but admin component won't show that fields:(
When I turned off, in api response I see personName and admin comnponent show that fields
where/or how I can configure admin to show that fields?