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
There are some encoding problems with collections fields ... especially when nested fields template have prop with json encoded value... (like editor-image :labels prop)
For instance, look at the popup opened in both screenshot :
a standalone "image field"
an "image field" within a collection. => you can spot the encoding problem
I started trace the bug, but I'm not sure how to resolve it ...
Some context :
Collections field works by using a :templates prop
:
I guess this current bug is the same as the one mentioned here : to #3146
But fixing 3146 does not solve this bug. You should reopened it.
What I would mean was "there is also an encoding problem here, and maybe solving this one (#3147) would solve #3146" and not the otherway around
There are some encoding problems with collections fields ... especially when nested fields template have prop with json encoded value... (like editor-image :labels prop)
For instance, look at the popup opened in both screenshot :
a standalone "image field"
an "image field" within a collection. => you can spot the encoding problem
I started trace the bug, but I'm not sure how to resolve it ...
Some context :
Collections field works by using a :templates prop
:
templated_fields is a json encoded string
I guess this current bug is the same as the one mentioned here : to #3146
The text was updated successfully, but these errors were encountered: