update element section

This commit is contained in:
Michael Collins
2021-10-11 13:34:46 +08:00
parent 676ba70971
commit 927633321a
2 changed files with 20 additions and 19 deletions

View File

@ -32,10 +32,10 @@
"required": false,
"min": 0,
"max": 256,
"default": "{{ awx_matrix_client_element_brand }}",
"default": "{{ matrix_client_element_brand }}",
"choices": "",
"new_question": true,
"variable": "awx_matrix_client_element_brand",
"variable": "matrix_client_element_brand",
"type": "text"
},
{
@ -44,10 +44,10 @@
"required": false,
"min": 0,
"max": 1024,
"default": "{{ awx_matrix_client_element_branding_welcomeBackgroundUrl }}",
"default": "{{ matrix_client_element_branding_welcomeBackgroundUrl }}",
"choices": "",
"new_question": true,
"variable": "awx_matrix_client_element_branding_welcomeBackgroundUrl",
"variable": "matrix_client_element_branding_welcomeBackgroundUrl",
"type": "text"
},
{
@ -56,10 +56,10 @@
"required": false,
"min": 0,
"max": 1024,
"default": "{{ awx_matrix_client_element_welcome_logo }}",
"default": "{{ matrix_client_element_welcome_logo }}",
"choices": "",
"new_question": true,
"variable": "awx_matrix_client_element_welcome_logo",
"variable": "matrix_client_element_welcome_logo",
"type": "text"
},
{
@ -68,10 +68,10 @@
"required": false,
"min": 0,
"max": 1024,
"default": "{{ awx_matrix_client_element_welcome_logo_link }}",
"default": "{{ matrix_client_element_welcome_logo_link }}",
"choices": "",
"new_question": true,
"variable": "awx_matrix_client_element_welcome_logo_link",
"variable": "matrix_client_element_welcome_logo_link",
"type": "text"
},
{