Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
bmuenzenmeyer opened this issue Nov 5, 2015 · 0 comments

Comments

@bmuenzenmeyer
Copy link
Member

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

@bmuenzenmeyer bmuenzenmeyer added this to the v1.0.0 milestone Nov 5, 2015
@bmuenzenmeyer bmuenzenmeyer changed the title listItems partials are only parsed when they contain a partial listItems blocks are only parsed when they contain a partial themselves Nov 5, 2015
@bmuenzenmeyer bmuenzenmeyer mentioned this issue Nov 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant