@pronto-tools-and-more/components 13.0.1 → 13.2.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 +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
@@ -637,7 +637,7 @@ var unrender6 = (element, renderElement) => {
|
|
637
637
|
description: `$functions.id($context, ${contentKey}, 'description')`,
|
638
638
|
imageSrc: `$functions.id($context, ${contentKey}, 'thumbnails', 'default')`,
|
639
639
|
slug: `$functions.id($context, ${contentKey}, 'properties', 'slug')`,
|
640
|
-
totalCount:
|
640
|
+
totalCount: "n/a",
|
641
641
|
// TODO use real total count once supported
|
642
642
|
language
|
643
643
|
});
|