Open braco opened 1 year ago
The examples show the image.id format:
image.id
"fields": ["image.id",
but this doesn't seem to work.
This does work:
"fields": ["image",
but it only produces the GUID, none of the other properties.
which means this is impossible:
"fields": ["image.id", "image.width", "image.height"
am I missing something?
Hey @braco , have you been able to find a solution for this ? I'm having the same issue.
The examples show the
image.id
format:but this doesn't seem to work.
This does work:
but it only produces the GUID, none of the other properties.
which means this is impossible:
am I missing something?