Re-introduce plugin categories

This commit is contained in:
Raphael Michel
2020-02-08 12:38:43 +01:00
parent 9984fe97ba
commit bb5c7c5ad7
14 changed files with 111 additions and 58 deletions

View File

@@ -11,6 +11,7 @@ class SendMailApp(AppConfig):
class PretixPluginMeta:
name = _("Send out emails")
author = _("the pretix team")
category = 'FEATURE'
version = version
description = _("This plugin allows you to send out emails " +
"to all your customers.")