.lists:
type: collection.list
array: true
label: List Items
description: Create each List item to display.
value: lists
ajax: true
<ul>
{% for listitem in item.lists %}
<li>{{ listitem.lists|raw }}</li>
{% endfor %}
</ul>
.lists:
type: collection.list
array: true
label: List Items
description: Create each List item to display.
value: lists
ajax: true
fields:
.listslink:
type: input.text
label: Something
description: Something
placeholder: Something
<ul>
{% for listitem in item.lists %}
<li>{{ listitem.lists|raw }}</li>
{% endfor %}
</ul>
The following users have thanked you: Matt
Time to create page: 0.121 seconds