@pronto-tools-and-more/components 14.31.0 → 14.33.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
@@ -1517,7 +1517,7 @@ var PrimaryCategory = ({
|
|
1517
1517
|
}) => {
|
1518
1518
|
const categoryId = `$functions.getPrimaryCategoryProperty($context["${contentKey ?? "content"}"], 'id')`;
|
1519
1519
|
const categoryName = `$functions.getPrimaryCategoryProperty($context["${contentKey ?? "content"}"], 'name')`;
|
1520
|
-
const categoryLanguage = `$functions.getPrimaryCategoryProperty($context["${contentKey ?? "content"}"], 'properties', 'lang')`;
|
1520
|
+
const categoryLanguage = `$functions.getLanguage($functions.getPrimaryCategoryProperty($context["${contentKey ?? "content"}"], 'properties', 'lang'))`;
|
1521
1521
|
const categoryType = `$functions.getPrimaryCategoryProperty($context["${contentKey ?? "content"}"], 'type')`;
|
1522
1522
|
const json = {
|
1523
1523
|
render,
|