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
Mapping is currently disabled for some of the more complicated fieldtypes, like the Replicator and the Grid.
As they support multiple "rows", it's hard to know how to map things correctly... we'd need to figure out how to map the rows (maybe you have an array of keys in an XML file, or keys like item_1_name, item_2_name in a CSV or maybe you have a JSON column with all the rows data, that in itself needs mapped).
It's a whole can of worms and not something we could support for launch. We might add support for Grids/Replicaors in the future, so I'll re-label this issue as a "feature request".
Bug description
I've added a
type: grid
to my blueprint, but it's not listed in the importer?How to reproduce
Add
type: grid
to a blueprint, try to import into a collection that uses the blueprint. Thetype: grid
isn't listed?Logs
No response
Environment
Additional details
No response
The text was updated successfully, but these errors were encountered: