File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
tests/test-data/full-html Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ class Context
9898 'amp-vimeo ' => 'https://cdn.ampproject.org/v0/amp-vimeo-0.1.js ' ,
9999 'amp-youtube ' => 'https://cdn.ampproject.org/v0/amp-youtube-0.1.js ' ,
100100 'amp-sidebar ' => 'https://cdn.ampproject.org/v0/amp-sidebar-0.1.js ' ,
101+ 'amp-accordion ' => 'https://cdn.ampproject.org/v0/amp-accordion-0.1.js ' ,
101102 'template ' => 'https://cdn.ampproject.org/v0/amp-mustache-0.1.js '
102103 ];
103104
Original file line number Diff line number Diff line change 166166
167167COMPONENT NAMES WITH JS PATH
168168------------------------------
169- No custom amp script includes required
169+ 'amp-accordion', include path 'https://cdn.ampproject.org/v0/amp-accordion-0.1.js'
170+
Original file line number Diff line number Diff line change 137137COMPONENT NAMES WITH JS PATH
138138------------------------------
139139'amp-sidebar', include path 'https://cdn.ampproject.org/v0/amp-sidebar-0.1.js'
140+ 'amp-accordion', include path 'https://cdn.ampproject.org/v0/amp-accordion-0.1.js'
140141'amp-fit-text', include path 'https://cdn.ampproject.org/v0/amp-fit-text-0.1.js'
141142
You can’t perform that action at this time.
0 commit comments