I know this can be done with a radio option using something like @CHUNK chunk_name
where there is a snippet inside chunk_name
that generates a valid input options string. When I did that same set up but used the tv in a migx config, it doesn’t generate anything.
product-options @CHUNK
[[getImageList?
&tpl=`@INLINE [[+title]]`
&tvname=`product-migx`
&outputSeparator=`||`
&limit=`0`
&docid=`107`
]]
MIGX config
[
{
"caption":"Features",
"fields": [
{
"field":"products",
"inputTV": "radio-options"
}
]
}
]