ctt-babylon 0.9.3 → 0.9.4
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/fesm2022/ctt-babylon.mjs
CHANGED
|
@@ -3935,8 +3935,12 @@ class MapperService {
|
|
|
3935
3935
|
};
|
|
3936
3936
|
}
|
|
3937
3937
|
mapFooterLogos(props) {
|
|
3938
|
+
const description = props?.texts?.description ?? props?.texts?.text;
|
|
3938
3939
|
return {
|
|
3939
|
-
texts:
|
|
3940
|
+
texts: {
|
|
3941
|
+
...props?.texts,
|
|
3942
|
+
description: description,
|
|
3943
|
+
},
|
|
3940
3944
|
buttons: Utils.mapButtons(props?.buttons),
|
|
3941
3945
|
logos: props?.multimedia?.logos?.map((logo) => ({
|
|
3942
3946
|
img: this.getImageResponsive(logo, false),
|