Skip to content

Commit

Permalink
feat: add amp-boilerplate as boolean attribute (resolves: #530) (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
jangarcia authored Mar 21, 2020
1 parent b2488c1 commit bb45319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export const commonDataAttributes = ['body', 'pbody']
export const booleanHtmlAttributes = [
'allowfullscreen',
'amp',
'amp-boilerplate',
'async',
'autofocus',
'autoplay',
Expand Down

0 comments on commit bb45319

Please sign in to comment.