Skip to content

listItems blocks are only parsed when they contain a partial themselves #177

@bmuenzenmeyer

Description

@bmuenzenmeyer

Something like the following:

  {{# listItems.four }}
  <li><a href="#">{{label}}</a>
    <section style="display: none;">
      {{> core-heading }}
      <p>{{copy}}</p>
    </section>
  </li>
  {{/ listItems.four }}

Only rendered once I added {{> core-heading}} to it.

list_item_hunter.process_list_item_partials(...) is only called from within a partial check inside pattern_assember.js

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions