@pronto-tools-and-more/components-renderer 8.3.0 → 8.5.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": "8.3.0",
3
+ "version": "8.5.0",
4
4
  "description": "",
5
5
  "main": "src/componentsRendererMain.js",
6
6
  "type": "module",
@@ -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 {