Skip to content

Commit c630bc3

Browse files
update element section
1 parent 46cba52 commit c630bc3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

roles/matrix-awx/surveys/configure_element.json.j2

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"required": false,
3333
"min": 0,
3434
"max": 256,
35-
"default": "{{ matrix_client_element_brand }}",
35+
"default": "{{ matrix_client_element_brand | trim }}",
3636
"choices": "",
3737
"new_question": true,
3838
"variable": "matrix_client_element_brand",
@@ -44,7 +44,7 @@
4444
"required": false,
4545
"min": 0,
4646
"max": 1024,
47-
"default": "{{ matrix_client_element_branding_welcomeBackgroundUrl }}",
47+
"default": "{{ matrix_client_element_branding_welcomeBackgroundUrl | trim }}",
4848
"choices": "",
4949
"new_question": true,
5050
"variable": "matrix_client_element_branding_welcomeBackgroundUrl",
@@ -56,7 +56,7 @@
5656
"required": false,
5757
"min": 0,
5858
"max": 1024,
59-
"default": "{{ matrix_client_element_welcome_logo }}",
59+
"default": "{{ matrix_client_element_welcome_logo | trim }}",
6060
"choices": "",
6161
"new_question": true,
6262
"variable": "matrix_client_element_welcome_logo",
@@ -68,7 +68,7 @@
6868
"required": false,
6969
"min": 0,
7070
"max": 1024,
71-
"default": "{{ matrix_client_element_welcome_logo_link }}",
71+
"default": "{{ matrix_client_element_welcome_logo_link | trim }}",
7272
"choices": "",
7373
"new_question": true,
7474
"variable": "matrix_client_element_welcome_logo_link",
@@ -80,7 +80,7 @@
8080
"required": false,
8181
"min": 0,
8282
"max": 512,
83-
"default": "{{ awx_matrix_client_element_welcome_headline }}",
83+
"default": "{{ awx_matrix_client_element_welcome_headline | trim }}",
8484
"choices": "",
8585
"new_question": true,
8686
"variable": "awx_matrix_client_element_welcome_headline",
@@ -92,7 +92,7 @@
9292
"required": false,
9393
"min": 0,
9494
"max": 2048,
95-
"default": "{{ awx_matrix_client_element_welcome_text }}",
95+
"default": "{{ awx_matrix_client_element_welcome_text | trim }}",
9696
"choices": "",
9797
"new_question": true,
9898
"variable": "awx_matrix_client_element_welcome_text",

0 commit comments

Comments
 (0)