|
32 | 32 | "required": false, |
33 | 33 | "min": 0, |
34 | 34 | "max": 256, |
35 | | - "default": "{{ matrix_client_element_brand }}", |
| 35 | + "default": "{{ matrix_client_element_brand | trim }}", |
36 | 36 | "choices": "", |
37 | 37 | "new_question": true, |
38 | 38 | "variable": "matrix_client_element_brand", |
|
44 | 44 | "required": false, |
45 | 45 | "min": 0, |
46 | 46 | "max": 1024, |
47 | | - "default": "{{ matrix_client_element_branding_welcomeBackgroundUrl }}", |
| 47 | + "default": "{{ matrix_client_element_branding_welcomeBackgroundUrl | trim }}", |
48 | 48 | "choices": "", |
49 | 49 | "new_question": true, |
50 | 50 | "variable": "matrix_client_element_branding_welcomeBackgroundUrl", |
|
56 | 56 | "required": false, |
57 | 57 | "min": 0, |
58 | 58 | "max": 1024, |
59 | | - "default": "{{ matrix_client_element_welcome_logo }}", |
| 59 | + "default": "{{ matrix_client_element_welcome_logo | trim }}", |
60 | 60 | "choices": "", |
61 | 61 | "new_question": true, |
62 | 62 | "variable": "matrix_client_element_welcome_logo", |
|
68 | 68 | "required": false, |
69 | 69 | "min": 0, |
70 | 70 | "max": 1024, |
71 | | - "default": "{{ matrix_client_element_welcome_logo_link }}", |
| 71 | + "default": "{{ matrix_client_element_welcome_logo_link | trim }}", |
72 | 72 | "choices": "", |
73 | 73 | "new_question": true, |
74 | 74 | "variable": "matrix_client_element_welcome_logo_link", |
|
80 | 80 | "required": false, |
81 | 81 | "min": 0, |
82 | 82 | "max": 512, |
83 | | - "default": "{{ awx_matrix_client_element_welcome_headline }}", |
| 83 | + "default": "{{ awx_matrix_client_element_welcome_headline | trim }}", |
84 | 84 | "choices": "", |
85 | 85 | "new_question": true, |
86 | 86 | "variable": "awx_matrix_client_element_welcome_headline", |
|
92 | 92 | "required": false, |
93 | 93 | "min": 0, |
94 | 94 | "max": 2048, |
95 | | - "default": "{{ awx_matrix_client_element_welcome_text }}", |
| 95 | + "default": "{{ awx_matrix_client_element_welcome_text | trim }}", |
96 | 96 | "choices": "", |
97 | 97 | "new_question": true, |
98 | 98 | "variable": "awx_matrix_client_element_welcome_text", |
|
0 commit comments