apstanisic / zmaj

Zmaj is a headless CMS for managing database
https://zmaj.vercel.app
MIT License
5 stars 0 forks source link

Every field could have `display_template` #51

Closed apstanisic closed 1 year ago

apstanisic commented 1 year ago

If I have field price with price in cents (int). it should be possible to convert it from 12345 to 123.45. This is only used for displaying data, not when editing. Component can use it or ignore it.

apstanisic commented 1 year ago

Added. Currently only default component implement it. Component that handle custom displaying, simply ignore it, like rich-input, password, boolean... I am not sure if it should be directly in fields table or in fieldCofig json