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