diff --git a/Config.md b/Config.md index d190a43..26a4d22 100644 --- a/Config.md +++ b/Config.md @@ -86,6 +86,8 @@ This documents provides some explanation of the keys found in config.json | `websrv` | `allowed_comment_images` | `Array` | Whitelisted hosts | `["i.imgur.com", "tenor.com", "giphy.com"]` | images/videos from these hosts can be embedded in the comments | `websrv` | `show_mime_picker` | `Boolean` | UI Helper | `true` | Shows/Hides the mime type filter | `websrv` | `embed_youtube_in_comments` | `Boolean` | YT Embedding | `true` | Wether Youtube should be embedded by default or not +| `websrv` | `allow_comment_deletion` | `Boolean` | Comments | `false` | Should users be allowed to delete their own comments? +| `websrv` | `enable_comment_polls` | `Boolean` | Comments | `false` | Wether or not Polls should be enabled | `websrv` | `allow_fileupload_comments` | `Boolean` | Comments | `false` | Allow/Disallow adding attachments to comments | `websrv` | `fileupload_comments_multifile` | `Boolean` | Comments | `true` | Wether multiple attachments can be added at once or not | `websrv` | `fileupload_comments_size` | `Int` | Comments | `104857600` | Max Filesize for attachments in bytes