diff options
author | 2020-12-29 15:38:26 +0200 | |
---|---|---|
committer | 2020-12-29 15:38:26 +0200 | |
commit | 5ced1c97d9553528b32d84ac819f53dffa0419b8 (patch) | |
tree | 82fad054332993a0a4d2788e5dad121e3fdc13a1 /SCHEMA.md | |
parent | Add Discord bot token constant from environment (diff) |
Add ASSIGN_ROLE flag to schema and to enum
Diffstat (limited to 'SCHEMA.md')
-rw-r--r-- | SCHEMA.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ In this document: | `COLLECT_EMAIL` | The form should collect the email from submissions. Requires `REQUIRES_LOGIN` | | `DISABLE_ANTISPAM` | Disable the anti-spam checks from running on a form submission. | | `WEBHOOK_ENABLED` | The form should notify the webhook. Has no effect if no webhook is set. | +| `ASSIGN_ROLE` | The form should assign role to user. Requires `REQUIRES_LOGIN`. | ### Webhooks Discord webhooks to send information upon form submission. |