Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

20 строки
609 B

  1. {
  2. "name": "Configure Email Relay",
  3. "description": "Enable MailGun relay to increase verification email reliability.",
  4. "spec": [
  5. {
  6. "question_name": "Enable Email Relay",
  7. "question_description": "Enables the MailGun email relay server, enabling this will increase the reliability of your email verification.",
  8. "required": false,
  9. "min": null,
  10. "max": null,
  11. "default": "{{ matrix_mailer_relay_use | string | lower }}",
  12. "choices": "true\nfalse",
  13. "new_question": true,
  14. "variable": "matrix_mailer_relay_use",
  15. "type": "multiplechoice"
  16. }
  17. ]
  18. }