You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is quite common to use in Volto content type fields that are stored in JSON using JSONField field type. This is useful to store structured data (as in the old Datagridfield). We would like to be able to apply the some of the transforms in that data structures, and being able to process resolveIds and image scales, etc in there too, like in the blocks.
Also, being able to apply them in a "smart" way, so that transforms apply to some fields that are marked as so. For example, we have a small use case working in the blocks transforms already:
It is quite common to use in Volto content type fields that are stored in JSON using
JSONField
field type. This is useful to store structured data (as in the old Datagridfield). We would like to be able to apply the some of the transforms in that data structures, and being able to process resolveIds and image scales, etc in there too, like in the blocks.Also, being able to apply them in a "smart" way, so that transforms apply to some fields that are marked as so. For example, we have a small use case working in the blocks transforms already:
but it would be great to expand this to other use cases, like images or for text indexing.
See also: plone/volto#2252
The text was updated successfully, but these errors were encountered: