add new survey entries for welcome page link, headline and text

This commit is contained in:
Michael Collins
2021-10-08 14:18:59 +08:00
parent 0f4cb513b8
commit 208dce51d8
2 changed files with 92 additions and 8 deletions

View File

@ -56,10 +56,46 @@
"required": false,
"min": 0,
"max": 1024,
"default": "{{ ext_matrix_client_element_welcome_logo_raw }}",
"default": "{{ ext_matrix_client_element_welcome_logo }}",
"choices": "",
"new_question": true,
"variable": "ext_matrix_client_element_welcome_logo_raw",
"variable": "ext_matrix_client_element_welcome_logo",
"type": "text"
},
{
"question_name": "Set Welcome Page Logo URL",
"question_description": "Sets the URL link the welcome page logo leads to, must be a valid https link. Leaving this field blank will cause this default link to be used: 'https://element.io'",
"required": false,
"min": 0,
"max": 1024,
"default": "{{ ext_matrix_client_element_welcome_logo_link }}",
"choices": "",
"new_question": true,
"variable": "ext_matrix_client_element_welcome_logo_link",
"type": "text"
},
{
"question_name": "Set Welcome Page Headline",
"question_description": "Sets the headline seen on the welcome page. Leaving this field blank will cause this default headline to be used: 'Welcome to Element'",
"required": false,
"min": 0,
"max": 512,
"default": "{{ ext_matrix_client_element_welcome_headline }}",
"choices": "",
"new_question": true,
"variable": "ext_matrix_client_element_welcome_headline",
"type": "text"
},
{
"question_name": "Set Welcome Page Text",
"question_description": "Sets the text seen on the welcome page. Leaving this field blank will cause this default headline to be used: 'Decentralised, encrypted chat & collaboration powered by [Matrix]'",
"required": false,
"min": 0,
"max": 2048,
"default": "{{ ext_matrix_client_element_welcome_text }}",
"choices": "",
"new_question": true,
"variable": "ext_matrix_client_element_welcome_text",
"type": "text"
},
{