mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 15:27:56 +01:00 
			
		
		
		
	add new survey entries for welcome page link, headline and text
This commit is contained in:
		| @@ -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" | ||||
|     }, | ||||
|     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user