Skip to content

Commit

Permalink
Compiler: Add amp-carousel-0.1 to the builder map
Browse files Browse the repository at this point in the history
  • Loading branch information
samouri committed Jan 6, 2022
1 parent 3b1371f commit affe258
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/compiler/builders.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import {buildDom as ampLayoutClassic} from '#builtins/amp-layout/build-dom';

import {applyStaticLayout} from '#core/static-layout';

import {buildDom as ampCarouselClassic1} from '../../extensions/amp-carousel/0.1/build-dom';
import {buildDom as ampFitTextClassic} from '../../extensions/amp-fit-text/0.1/build-dom';

const versionedBuilderMap = {
Expand All @@ -10,6 +11,7 @@ const versionedBuilderMap = {
},
'0.1': {
'amp-fit-text': ampFitTextClassic,
'amp-carousel': ampCarouselClassic1,
},
};

Expand Down

0 comments on commit affe258

Please sign in to comment.