mirror of
https://github.com/suitenumerique/messages.git
synced 2026-09-11 04:17:47 +02:00
In the personal mailbox form, we now render extra fields according to the `SCHEMA_CUSTOM_ATTRIBUTES_USER` got through config endpoint. Those fields are validated through zod and the schema is generated through `zod-from-json-schema` package. Then a custom component is in charge to render the right component according to the schema property `type`.