@@ -975,7 +975,7 @@ export const getSettings = (data: any) => {
975975 id : 'backgroundStyleRow-repeat' ,
976976 label : 'Repeat' ,
977977 hideLabel : true ,
978- propertyName : 'background .repeat' ,
978+ propertyName : 'headerBackground .repeat' ,
979979 buttonGroupOptions : repeatOptions ,
980980 } ,
981981 ] ,
@@ -1215,7 +1215,7 @@ export const getSettings = (data: any) => {
12151215 {
12161216 type : 'textField' ,
12171217 id : 'backgroundStyle-url' ,
1218- propertyName : 'headerBackground .url' ,
1218+ propertyName : 'footerBackground .url' ,
12191219 jsSetting : false ,
12201220 label : 'URL' ,
12211221 } ,
@@ -1239,7 +1239,7 @@ export const getSettings = (data: any) => {
12391239 {
12401240 type : 'imageUploader' ,
12411241 id : 'backgroundStyle-image' ,
1242- propertyName : 'headerBackground .uploadFile' ,
1242+ propertyName : 'footerBackground .uploadFile' ,
12431243 label : 'Image' ,
12441244 jsSetting : false ,
12451245 } ,
@@ -1285,7 +1285,7 @@ export const getSettings = (data: any) => {
12851285 parentId : 'backgroundStyleRow' ,
12861286 hidden : {
12871287 _code :
1288- 'return getSettingValue(data[`${contexts.canvasContext?.designerDevice || "desktop"}`]?.background ?.type) === "color";' ,
1288+ 'return getSettingValue(data[`${contexts.canvasContext?.designerDevice || "desktop"}`]?.footerBackground ?.type) === "color";' ,
12891289 _mode : 'code' ,
12901290 _value : false ,
12911291 } as any ,
@@ -1367,7 +1367,7 @@ export const getSettings = (data: any) => {
13671367 id : 'backgroundStyleRow-repeat' ,
13681368 label : 'Repeat' ,
13691369 hideLabel : true ,
1370- propertyName : 'background .repeat' ,
1370+ propertyName : 'footerBackground .repeat' ,
13711371 buttonGroupOptions : repeatOptions ,
13721372 } ,
13731373 ] ,
0 commit comments