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
only v0.js and amp-carousel libraries loading rest gives validation errors. i have added them in head tag.
<script async custom-element="amp-bind" src="https://cdn.ampproject.org/v0/amp-bind-0.1.js"> on line 31
The tag 'script' is disallowed except in specific forms.
[code: GENERAL_DISALLOWED_TAG category: CUSTOM_JAVASCRIPT_DISALLOWED]
ACTION TAKEN: script tag was removed due to validation issues.
<script async custom-element="amp-form" src="https://cdn.ampproject.org/v0/amp-form-0.1.js"> on line 33
The tag 'script' is disallowed except in specific forms.
[code: GENERAL_DISALLOWED_TAG category: CUSTOM_JAVASCRIPT_DISALLOWED]
ACTION TAKEN: script tag was removed due to validation issues.
<script async custom-template="amp-mustache" src="https://cdn.ampproject.org/v0/amp-mustache-0.2.js"> on line 34
The attribute 'src' in tag 'amp-mustache extension .js script' is set to the invalid value 'https://cdn.ampproject.org/v0/amp-mustache-0.2.js'.
[code: INVALID_ATTR_VALUE category: CUSTOM_JAVASCRIPT_DISALLOWED see: https://www.ampproject.org/docs/reference/extended/amp-mustache.html]
ACTION TAKEN: script.src attribute was removed due to validation issues.
FINAL ACTION TAKEN: script tag removed from head as it still does not validate. Could not fix tag validation problems.
Even when i try to comment amp-carousel it still add that script in the head.
please guide me what i'm doing wrong. thank
The text was updated successfully, but these errors were encountered:
Hi,
<script async src="https://cdn.ampproject.org/v0.js"></script>i have added these libraries in my amp page.
only v0.js and amp-carousel libraries loading rest gives validation errors. i have added them in head tag.
<script async custom-element="amp-bind" src="https://cdn.ampproject.org/v0/amp-bind-0.1.js"> on line 31
[code: GENERAL_DISALLOWED_TAG category: CUSTOM_JAVASCRIPT_DISALLOWED]
ACTION TAKEN: script tag was removed due to validation issues.
<script async custom-element="amp-form" src="https://cdn.ampproject.org/v0/amp-form-0.1.js"> on line 33
[code: GENERAL_DISALLOWED_TAG category: CUSTOM_JAVASCRIPT_DISALLOWED]
ACTION TAKEN: script tag was removed due to validation issues.
<script async custom-template="amp-mustache" src="https://cdn.ampproject.org/v0/amp-mustache-0.2.js"> on line 34
[code: INVALID_ATTR_VALUE category: CUSTOM_JAVASCRIPT_DISALLOWED see: https://www.ampproject.org/docs/reference/extended/amp-mustache.html]
ACTION TAKEN: script.src attribute was removed due to validation issues.
Even when i try to comment amp-carousel it still add that script in the head.
please guide me what i'm doing wrong. thank
The text was updated successfully, but these errors were encountered: