@pronto-tools-and-more/components-renderer 10.17.0 → 10.18.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components-renderer",
3
- "version": "10.17.0",
3
+ "version": "10.18.0",
4
4
  "description": "",
5
5
  "main": "src/componentsRendererMain.js",
6
6
  "type": "module",
@@ -11,6 +11,7 @@ export const renderCustomElementCollection = (element, renderElement) => {
11
11
  imageSrc: `$functions.id($context, 'collection-content', 'thumbnails', 'default')`,
12
12
  slug: `$functions.id($context, 'collection-content', 'properties', 'slug')`,
13
13
  metadataVideoPodcast: `$functions.id($context, 'collection-content', 'properties', 'metadataVideoPodcast')`,
14
+ readTime: `$functions.getReadTime($context['collection-content'])`,
14
15
  publicationDate: `$functions.id($context, 'collection-content', 'publicationDate')`,
15
16
  });
16
17
  const final = renderElement(node);