@pronto-tools-and-more/components-renderer 9.12.0 → 9.14.0
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -8,6 +8,7 @@ export const renderCustomElementCategoryList = (element, renderElement) => {
|
|
8
8
|
const node = render({
|
9
9
|
id: `$functions.id($context, 'context', 'id')`,
|
10
10
|
name: `$functions.id($context, 'context', 'name')`,
|
11
|
+
type: `$functions.id($context, 'context', 'type')`,
|
11
12
|
language: `$functions.id($context, 'context', 'properties', 'lang')`,
|
12
13
|
});
|
13
14
|
const final = renderElement(node);
|