@pronto-tools-and-more/components-renderer 10.7.0 → 10.9.0
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -11,6 +11,7 @@ export const renderCustomElementList = (element, renderElement) => {
|
|
11
11
|
imageSrc: `$functions.id($context, 'content', 'thumbnails', 'default')`,
|
12
12
|
slug: `$functions.id($context, 'content', 'properties', 'slug')`,
|
13
13
|
metadataVideoPodcast: `$functions.id($context, 'content', 'properties', 'metadataVideoPodcast')`,
|
14
|
+
readTime: `$functions.getReadTime($context.content)`,
|
14
15
|
});
|
15
16
|
const final = renderElement(node);
|
16
17
|
return {
|