Hi there,
currently, we are developing a custom field plugin. We have already implemented the ability to edit the context of this field in the settings, but we are missing the functionality to read the formatted value that corresponds to the context in the frontend.
We transform our field from a number to a string field in the manifest, which holds the required value. When editing the field in the frontend, we need the context to display the format chosen in the config or, ideally, the formatted value inside the context. One idea is to achieve this by invoking a function from the backend, but this would take a considerable amount of time for such a small feature.
Does anyone have an idea on how to achieve this solution in a more efficient way?
Thanks in advance for your help!