update element section

This commit is contained in:
Michael Collins
2021-10-11 12:55:49 +08:00
parent 8ff0ae27b8
commit 53f4b84d1f
2 changed files with 43 additions and 28 deletions

View File

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