Skip to content

Commit bb45319

Browse files
authored
feat: add amp-boilerplate as boolean attribute (resolves: #530) (#531)
1 parent b2488c1 commit bb45319

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shared/constants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ export const commonDataAttributes = ['body', 'pbody']
113113
export const booleanHtmlAttributes = [
114114
'allowfullscreen',
115115
'amp',
116+
'amp-boilerplate',
116117
'async',
117118
'autofocus',
118119
'autoplay',

0 commit comments

Comments
 (0)