@pronto-tools-and-more/components-renderer 8.3.0 → 8.4.0
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -48,6 +48,8 @@ export const renderElement = (element) => {
|
|
48
48
|
const { render, ...rest } = element;
|
49
49
|
const node = render({
|
50
50
|
name: `$functions.id($context, 'collection-content', 'name')`,
|
51
|
+
description: `$functions.id($context, 'collection-content', 'description')`,
|
52
|
+
imageSrc: `$functions.id($context, 'collection-content', 'thumbnails', 'default')`,
|
51
53
|
});
|
52
54
|
const final = renderElement(node);
|
53
55
|
return {
|