Comments Nabil Redmann started the conversationNovember 19, 2020 at 11:53amTrying to create Items (Item HTML) with Items (Item HTML 2) does not seem to work - a hirachy.There seems to be no attribute type ITEMS, nor is there a second "add Items 2" button in the general-panel when added to the site.I am not even sure, if "Item HTML" can use `{{put_items2()}}`.What is the trick to be able to use it?HTML:<div><!-- multiple areas -->{{put_items()}}</div>ITEM HTML:<ul><li>{{headerTitle|raw}}</li><!-- ... containing multiple sub-items -->{{put_items2()}}</ul>ITEM HTML 2:<li>{{iconSvg}} {{itemText|raw}}</li> 1,194Amit repliedNovember 22, 2020 at 6:15pmput items 2 is for when u have tabs for example. its not used for sub items. we dont have option for two levels of items. Sign in to reply ...
Trying to create Items (Item HTML) with Items (Item HTML 2) does not seem to work - a hirachy.
There seems to be no attribute type ITEMS, nor is there a second "add Items 2" button in the general-panel when added to the site.
I am not even sure, if "Item HTML" can use `{{put_items2()}}`.
What is the trick to be able to use it?
HTML:
<div>
<!-- multiple areas -->
{{put_items()}}
</div>
ITEM HTML:
<ul><li>{{headerTitle|raw}}</li>
<!-- ... containing multiple sub-items -->
{{put_items2()}}
</ul>
ITEM HTML 2:
<li>{{iconSvg}} {{itemText|raw}}</li>
put items 2 is for when u have tabs for example.
its not used for sub items.
we dont have option for two levels of items.