It works perfectly with an option list in the options field:
Test 1|test_1
Test 2|test_2
Test 3|test_3
Test 4|test_4
It also works perfectly with this smarty generated list in the options field:
Code: Select all
{foreach item=i from=0|@range:9}
Test {$i}|test_{$i}
{/foreach}
Code: Select all
{foreach from=$items item=item}
{$item->title}|{$item->alias}
{/foreach}
Code: Select all
{LISEinstancename template_summary='getItems'}
No options are generated in the content manager.
The same call on a page creates the key|value list perfectly.
As usual I assume I'm missing something simple.
Any ideas?
Cheers
Simon66