在 AMP 页面上,amp-carousel 元素是否应该具有 lightbox 属性?

On AMP pages should amp-carousel elements have a lightbox attribute or not?

我收到不同的相互冲突的 AMP 验证消息..

当我将 lightbox 属性添加到 amp-carousel 元素时,我收到以下验证消息。

The attribute 'lightbox' may not appear in tag 'amp-carousel'

但是如果我删除它,我会收到以下验证消息..

The mandatory attribute 'lightbox' is missing in tag 'AMP-CAROUSEL. [lightbox]'

感觉AMP验证器拿不定主意

我正在使用这个 url。 https://leasing.com/car-leasing-news/2018-mercedes-s-class-coupe-cabriolet/amp/

在以下验证器上..

https://search.google.com/test/amp

您错过了 amp-lightbox-gallery-0.1.js 添加 header

<script async custom-element="amp-lightbox-gallery" src="https://cdn.ampproject.org/v0/amp-lightbox-gallery-0.1.js"></script>

添加js截图后

之前