Developer forum

Forum » CMS - Standard features » Item editable lists, checkbox lists etc..

Item editable lists, checkbox lists etc..

Anders Engelbøl
Reply

Hi,

 

It seems to me, that i if you start a loop of any paragraph item list field like this:

 

    <!--@LoopStart(Item.Fields)-->
            |<!--@Item.Field.Value-->
    <!--@LoopEnd(Item.Fields)-->

 

You always seems to get a comma separated list in a single value string. (test1, test2, test3).

 

Do I really have to create an item list separately to get these values in separate item tags? Or is there a better way to create an array of these values? (e.g. <!--@Item.Field.Value.test1--> )


Replies

 

You must be logged in to post in the forum