update survey template formatting

This commit is contained in:
Michael 2021-04-04 12:01:53 +08:00
parent 814bdf5a88
commit f41bfb69d2
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
"required": false, "required": false,
"min": null, "min": null,
"max": null, "max": null,
"default": "{{ matrix_ma1sd_enabled|string|lower }}", "default": "{{ matrix_ma1sd_enabled | string | lower }}",
"choices": "true\nfalse", "choices": "true\nfalse",
"new_question": true, "new_question": true,
"variable": "matrix_ma1sd_enabled", "variable": "matrix_ma1sd_enabled",

View File

@ -8,7 +8,7 @@
"required": false, "required": false,
"min": null, "min": null,
"max": null, "max": null,
"default": "{{ matrix_synapse_admin_enabled|string|lower }}", "default": "{{ matrix_synapse_admin_enabled | string | lower }}",
"choices": "true\nfalse", "choices": "true\nfalse",
"new_question": true, "new_question": true,
"variable": "matrix_synapse_admin_enabled", "variable": "matrix_synapse_admin_enabled",