Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Approach ampproject#3: Configure amp-live-list through attributes
* Introduce new attributes to configure amp-live-list and fill our needs. disable-scrolling, disable-pagination, i-amphtml-container. * On the amp-live-list side: * Don't throw if item does not have data-sort-time attribute, simply ignore it. * This will allow custom use cases like amp-story differ between dynamic elements and non-dynamic ones. * Get custom container if specified, if not, continue using <div items> * On the amp-story side: * Build a custom amp-live-list with the previously mentioned attributes.
- Loading branch information