@pronto-tools-and-more/components-renderer 9.0.0 → 9.2.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,7 @@ export const renderCustomElementList = (element, renderElement) => {
|
|
9
9
|
name: `$functions.id($context, 'content', 'name')`,
|
10
10
|
description: `$functions.id($context, 'content', 'description')`,
|
11
11
|
imageSrc: `$functions.id($context, 'content', 'thumbnails', 'default')`,
|
12
|
+
slug: `$functions.id($context, 'properties', 'slug')`,
|
12
13
|
});
|
13
14
|
const final = renderElement(node);
|
14
15
|
return {
|