Hello there.
I am new to MIGX. I created a migx configuration to output complete chunks in a template. The idea is to build a page with chosen/given chunks.
When outputting the selections, this is displayed:
Array
(
[MIGX_id] => 3
[chunk] =>
Wow
It's chunk 1
[_alt] => 0
[_first] => 1
[_last] => 1
[idx] => 1
[property.tvname] => chunktv
[property.tpl] =>
)
The MIGX TV is called via:
[[!getImageList?
&tvname=`chunktv`
&tpl=`[[+templateChunk]]`
]]
Where the chunk selected is in the middle of the output.
Who can help? Which further information do I need to provide?
Many thanks in advance!
Sebastian