add logo section

This commit is contained in:
Michael Collins
2021-10-07 12:49:59 +08:00
parent 71b404d9df
commit ecc0437520
2 changed files with 41 additions and 0 deletions

View File

@ -50,6 +50,18 @@
"variable": "matrix_client_element_branding_welcomeBackgroundUrl",
"type": "text"
},
{
"question_name": "Set Welcome Page Logo",
"question_description": "Sets the logo found on the welcome and login page, must be approximately heightXwidth.",
"required": false,
"min": 0,
"max": 1024,
"default": "{{ ext_matrix_client_element_welcome_logo_raw }}",
"choices": "",
"new_question": true,
"variable": "ext_matrix_client_element_welcome_logo_raw",
"type": "text"
},
{
"question_name": "Show Registration Button",
"question_description": "If you show the registration button on the welcome page.",