@pronto-tools-and-more/components-renderer 9.11.0 → 9.13.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": "9.11.0",
3
+ "version": "9.13.0",
4
4
  "description": "",
5
5
  "main": "src/componentsRendererMain.js",
6
6
  "type": "module",
@@ -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);