Procházet zdrojové kódy

update survey template formatting

pull/982/head
Michael před 4 roky
rodič
revize
f41bfb69d2
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +1
    -1
      roles/matrix-awx/surveys/configure_ma1sd.json.j2
  2. +1
    -1
      roles/matrix-awx/surveys/configure_synapse_admin.json.j2

+ 1
- 1
roles/matrix-awx/surveys/configure_ma1sd.json.j2 Zobrazit soubor

@@ -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",


+ 1
- 1
roles/matrix-awx/surveys/configure_synapse_admin.json.j2 Zobrazit soubor

@@ -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",


Načítá se…
Zrušit
Uložit