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

What templating engine does Magento 2 use for it's Javascript widgets #190

Open
1 task done
OliverRC opened this issue Aug 6, 2024 · 0 comments
Open
1 task done

Comments

@OliverRC
Copy link

OliverRC commented Aug 6, 2024

Is there an existing issue for this?

  • I have searched the existing issues

What's missing?

<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<ul class="items">
<% _.each(breadcrumbs, function(crumb) { %>
    <li class="item <%- crumb.name %>">
        <% if (crumb.link) { %>
        <a href="<%= crumb.link %>" title="<%- crumb.title %>"><%- crumb.label %></a>
        <% } else if (crumb.last) { %>
        <strong><%= crumb.label %></strong>
        <% } else { %>
        <%= crumb.label %>
        <% } %>
    </li>
<% }); %>
</ul>

What templating engine is this, where can we lookup the syntax documentation?

@github-project-automation github-project-automation bot moved this to 🆕 Ready for Grooming in Commerce - Issues Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 Ready for Grooming
Development

No branches or pull requests

1 participant