Closed poi33 closed 2 years ago
If i define my Xdata with an image selector how can I get its image url?
{ guillotine { getSite { x { name data } } }}
Will return:
getSite": { "x": [ { "name": "x-data", "data": "{icon=<id_here>}" } ] }
So I will only get an ID and i never get to the image type too call its image Url
Same with xAsJson
"xAsJson": { "<app-name>": { "page-data": { "icon": "<id_here>", } } },
I never get to the image type that supports imageUrl
@poi33 could you please check it on v6.0.0? From v6.0.0 x is dynamic type which base on descriptor
x
This seems to be fixed in 6.0.0-b3 👍
If i define my Xdata with an image selector how can I get its image url?
Will return:
So I will only get an ID and i never get to the image type too call its image Url
Same with xAsJson
I never get to the image type that supports imageUrl