Okay
  Public Ticket #2605518
Enable Items does not seem to enable Items 2
Closed

Comments

  • Nabil Redmann started the conversation

    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>

  •  1,173
    Amit replied

    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.