|
14 | 14 | "variable": "matrix_client_element_enabled", |
15 | 15 | "type": "multiplechoice" |
16 | 16 | }, |
17 | | - { |
18 | | - "question_name": "Set Branding for Web Client", |
19 | | - "question_description": "Sets the 'branding' seen in the tab and on the welcome page to a custom value.", |
20 | | - "required": false, |
21 | | - "min": 0, |
22 | | - "max": 256, |
23 | | - "default": "{{ matrix_client_element_brand }}", |
24 | | - "choices": "", |
25 | | - "new_question": true, |
26 | | - "variable": "matrix_client_element_brand", |
27 | | - "type": "text" |
28 | | - }, |
29 | 17 | { |
30 | 18 | "question_name": "Set Theme for Web Client", |
31 | 19 | "question_description": "Sets the default theme for the web client, can be changed later by individual users.", |
|
38 | 26 | "variable": "matrix_client_element_default_theme", |
39 | 27 | "type": "multiplechoice" |
40 | 28 | }, |
| 29 | + { |
| 30 | + "question_name": "Set Branding for Web Client", |
| 31 | + "question_description": "Sets the 'branding' seen in the tab and on the welcome page to a custom value.Leaving this field blank will cause the default branding will be used: 'Element'", |
| 32 | + "required": false, |
| 33 | + "min": 0, |
| 34 | + "max": 256, |
| 35 | + "default": "{{ matrix_client_element_brand | trim }}", |
| 36 | + "choices": "", |
| 37 | + "new_question": true, |
| 38 | + "variable": "matrix_client_element_brand", |
| 39 | + "type": "text" |
| 40 | + }, |
41 | 41 | { |
42 | 42 | "question_name": "Set Welcome Page Background", |
43 | | - "question_description": "URL to Wallpaper, shown in background of the welcome page. Must be a 'https' link, otherwise it won't be set.", |
| 43 | + "question_description": "Sets the background image on the welcome page, you should enter a URL to the image you want to use. Must be a 'https' link, otherwise it won't be set. Leaving this field blank will cause the default background to be used.", |
44 | 44 | "required": false, |
45 | 45 | "min": 0, |
46 | 46 | "max": 1024, |
47 | | - "default": "{{ matrix_client_element_branding_welcomeBackgroundUrl }}", |
| 47 | + "default": "{{ matrix_client_element_branding_welcomeBackgroundUrl | trim }}", |
48 | 48 | "choices": "", |
49 | 49 | "new_question": true, |
50 | 50 | "variable": "matrix_client_element_branding_welcomeBackgroundUrl", |
51 | 51 | "type": "text" |
52 | 52 | }, |
| 53 | + { |
| 54 | + "question_name": "Set Welcome Page Logo", |
| 55 | + "question_description": "Sets the logo found on the welcome and login page, must be a valid https link to your logo, the logo itself should be a square vector image (SVG). Leaving this field blank will cause the default Element logo to be used.", |
| 56 | + "required": false, |
| 57 | + "min": 0, |
| 58 | + "max": 1024, |
| 59 | + "default": "{{ matrix_client_element_welcome_logo | trim }}", |
| 60 | + "choices": "", |
| 61 | + "new_question": true, |
| 62 | + "variable": "matrix_client_element_welcome_logo", |
| 63 | + "type": "text" |
| 64 | + }, |
| 65 | + { |
| 66 | + "question_name": "Set Welcome Page Logo URL", |
| 67 | + "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'", |
| 68 | + "required": false, |
| 69 | + "min": 0, |
| 70 | + "max": 1024, |
| 71 | + "default": "{{ matrix_client_element_welcome_logo_link | trim }}", |
| 72 | + "choices": "", |
| 73 | + "new_question": true, |
| 74 | + "variable": "matrix_client_element_welcome_logo_link", |
| 75 | + "type": "text" |
| 76 | + }, |
| 77 | + { |
| 78 | + "question_name": "Set Welcome Page Headline", |
| 79 | + "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!'", |
| 80 | + "required": false, |
| 81 | + "min": 0, |
| 82 | + "max": 512, |
| 83 | + "default": "{{ awx_matrix_client_element_welcome_headline | trim }}", |
| 84 | + "choices": "", |
| 85 | + "new_question": true, |
| 86 | + "variable": "awx_matrix_client_element_welcome_headline", |
| 87 | + "type": "text" |
| 88 | + }, |
| 89 | + { |
| 90 | + "question_name": "Set Welcome Page Text", |
| 91 | + "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]'", |
| 92 | + "required": false, |
| 93 | + "min": 0, |
| 94 | + "max": 2048, |
| 95 | + "default": "{{ awx_matrix_client_element_welcome_text | trim }}", |
| 96 | + "choices": "", |
| 97 | + "new_question": true, |
| 98 | + "variable": "awx_matrix_client_element_welcome_text", |
| 99 | + "type": "text" |
| 100 | + }, |
53 | 101 | { |
54 | 102 | "question_name": "Show Registration Button", |
55 | 103 | "question_description": "If you show the registration button on the welcome page.", |
|
0 commit comments