You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If add "id" attribute to template like <script id="my-template" type="text/plain" template="amp-mustache">...</template> to refer to it, for example from <amp-list>, the plugin will completely remove this template from the resulting code.
Expected Behaviour
Provide "id" attribute support for templates like <script id="my-template" type="text/plain" template="amp-mustache">...</template>.
Bug Description
If add "id" attribute to template like
<script id="my-template" type="text/plain" template="amp-mustache">...</template>
to refer to it, for example from<amp-list>
, the plugin will completely remove this template from the resulting code.Expected Behaviour
Provide "id" attribute support for templates like
<script id="my-template" type="text/plain" template="amp-mustache">...</template>
.Steps to reproduce
<script id="my-template" type="text/plain" template="amp-mustache">...</template>
is missing.Please also see issue #26676.
Additional context
Acceptance criteria
Implementation brief
QA testing instructions
Demo
Changelog entry
The text was updated successfully, but these errors were encountered: