David DIVERRES
David DIVERRES
@see https://github.com/alexplumb/material-ui-phone-number/issues/15#issuecomment-507286289
I think that it is not possible to have informations about serialization configurations used by groups and operations into hydra contexts. In this case, the admin can't know the availables...
In my case I use `/docs/`, note the trailing slash. **routes.yaml:** ``` swagger_ui: path: /docs/ controller: api_platform.swagger.action.ui ``` If you need to restrict access to the `/docs/` path: **security.yaml:** ```...
But how to manage in case of multiple entities with the same schema.org type/iri? Example, two entities: - CustomerOrder (http://schema.org/Order) - SupplierOrder (http://schema.org/Order)
Set margin/padding to 0 on html: ```css body, html { margin: 0; padding: 0; } ```
Hello, Not critical but I'm not very reassured using a service provided by an unknown company/person.
I totally agree with that 👌
This can be a nice feature allowing to use the `MapEntity` attribute inside a DTO via a `MapQueryString` or `MapRequestPayload`.
@arthureichelberger have you been able to study this issue?
Alternatively you can create a custom type based on the "simple_array", it enforce returning `''` (empty string) in place of `null`: ```php