Hi tnx you for your replay.
“So you just want to exclude certain parts of the content? without using the Custom AMP Editor?”
not really I would like still use Custom AMP Editor.
but use same tags used for amp code only
somehting like this:
<conver off>
<amp-carousel height=”300″
layout=”fixed-height”
type=”carousel”>
<amp-img src=”/img/image1.jpg”
width=”400″
height=”300″
alt=”a sample image”></amp-img>
<amp-img src=”/img/image2.jpg”
width=”400″
height=”300″
alt=”another sample image”></amp-img>
<amp-img src=”/img/image3.jpg”
width=”400″
height=”300″
alt=”and another sample image”></amp-img>
</amp-carousel>
<convert off/>