@pronto-tools-and-more/components 14.29.0 → 14.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.js
CHANGED
@@ -1281,6 +1281,7 @@ var unrender10 = (element, renderElement) => {
|
|
1281
1281
|
name: `$functions.id($context, ${contentKey}, 'name')`,
|
1282
1282
|
description: `$functions.id($context, ${contentKey}, 'description')`,
|
1283
1283
|
url: `$functions.id($context, ${contentKey}, 'url')`,
|
1284
|
+
isActive: `$functions.id($context, ${contentKey}, 'isActive')`,
|
1284
1285
|
language
|
1285
1286
|
};
|
1286
1287
|
const node = render(renderContext);
|