| @@ -32,7 +32,7 @@ | |||||
| "required": false, | "required": false, | ||||
| "min": 0, | "min": 0, | ||||
| "max": 256, | "max": 256, | ||||
| "default": "{{ matrix_client_element_brand }}", | |||||
| "default": "{{ matrix_client_element_brand | trim }}", | |||||
| "choices": "", | "choices": "", | ||||
| "new_question": true, | "new_question": true, | ||||
| "variable": "matrix_client_element_brand", | "variable": "matrix_client_element_brand", | ||||
| @@ -44,7 +44,7 @@ | |||||
| "required": false, | "required": false, | ||||
| "min": 0, | "min": 0, | ||||
| "max": 1024, | "max": 1024, | ||||
| "default": "{{ matrix_client_element_branding_welcomeBackgroundUrl }}", | |||||
| "default": "{{ matrix_client_element_branding_welcomeBackgroundUrl | trim }}", | |||||
| "choices": "", | "choices": "", | ||||
| "new_question": true, | "new_question": true, | ||||
| "variable": "matrix_client_element_branding_welcomeBackgroundUrl", | "variable": "matrix_client_element_branding_welcomeBackgroundUrl", | ||||
| @@ -56,7 +56,7 @@ | |||||
| "required": false, | "required": false, | ||||
| "min": 0, | "min": 0, | ||||
| "max": 1024, | "max": 1024, | ||||
| "default": "{{ matrix_client_element_welcome_logo }}", | |||||
| "default": "{{ matrix_client_element_welcome_logo | trim }}", | |||||
| "choices": "", | "choices": "", | ||||
| "new_question": true, | "new_question": true, | ||||
| "variable": "matrix_client_element_welcome_logo", | "variable": "matrix_client_element_welcome_logo", | ||||
| @@ -68,7 +68,7 @@ | |||||
| "required": false, | "required": false, | ||||
| "min": 0, | "min": 0, | ||||
| "max": 1024, | "max": 1024, | ||||
| "default": "{{ matrix_client_element_welcome_logo_link }}", | |||||
| "default": "{{ matrix_client_element_welcome_logo_link | trim }}", | |||||
| "choices": "", | "choices": "", | ||||
| "new_question": true, | "new_question": true, | ||||
| "variable": "matrix_client_element_welcome_logo_link", | "variable": "matrix_client_element_welcome_logo_link", | ||||
| @@ -80,7 +80,7 @@ | |||||
| "required": false, | "required": false, | ||||
| "min": 0, | "min": 0, | ||||
| "max": 512, | "max": 512, | ||||
| "default": "{{ awx_matrix_client_element_welcome_headline }}", | |||||
| "default": "{{ awx_matrix_client_element_welcome_headline | trim }}", | |||||
| "choices": "", | "choices": "", | ||||
| "new_question": true, | "new_question": true, | ||||
| "variable": "awx_matrix_client_element_welcome_headline", | "variable": "awx_matrix_client_element_welcome_headline", | ||||
| @@ -92,7 +92,7 @@ | |||||
| "required": false, | "required": false, | ||||
| "min": 0, | "min": 0, | ||||
| "max": 2048, | "max": 2048, | ||||
| "default": "{{ awx_matrix_client_element_welcome_text }}", | |||||
| "default": "{{ awx_matrix_client_element_welcome_text | trim }}", | |||||
| "choices": "", | "choices": "", | ||||
| "new_question": true, | "new_question": true, | ||||
| "variable": "awx_matrix_client_element_welcome_text", | "variable": "awx_matrix_client_element_welcome_text", | ||||