From 29bb8955021b63ab13c15005fb99d49f51a223c0 Mon Sep 17 00:00:00 2001 From: argirok Date: Wed, 27 Jul 2022 14:45:42 +0300 Subject: [PATCH] customization add position for form background --- connect/community/CustomizationOptions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/connect/community/CustomizationOptions.ts b/connect/community/CustomizationOptions.ts index 2e926c98..164e7f24 100644 --- a/connect/community/CustomizationOptions.ts +++ b/connect/community/CustomizationOptions.ts @@ -20,6 +20,7 @@ export class Layout { if(options.backgrounds){ variables['@general-search-form-background'] = options.backgrounds.form.color; variables['@general-search-form-background-image'] = (options.backgrounds.form.imageFile?(this.getUrl(properties.utilsService + '/download/' +options.backgrounds.form.imageFile)): 'none') ; + variables['@general-search-form-background-position'] = options.backgrounds.form.position; variables['@base-body-background'] = options.backgrounds.light.color; } return variables;