@pronto-tools-and-more/components-renderer 9.2.0 → 9.4.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": "9.2.0",
3
+ "version": "9.4.0",
4
4
  "description": "",
5
5
  "main": "src/componentsRendererMain.js",
6
6
  "type": "module",
@@ -10,6 +10,7 @@ export const renderCustomElementList = (element, renderElement) => {
10
10
  description: `$functions.id($context, 'content', 'description')`,
11
11
  imageSrc: `$functions.id($context, 'content', 'thumbnails', 'default')`,
12
12
  slug: `$functions.id($context, 'properties', 'slug')`,
13
+ metadataVideoPodcast: `$functions.id($context, 'properties', 'metadataVideoPodcast')`,
13
14
  });
14
15
  const final = renderElement(node);
15
16
  return {