mirror of
https://github.com/pretix/pretix.git
synced 2026-08-23 12:51:59 +00:00
Fixed #46 -- Added a plugin to send out emails
This commit is contained in:
@@ -35,7 +35,8 @@ The plugin metadata lives inside a ``PretixPluginMeta`` class inside your app's
|
||||
configuration class. The metadata class must define the following attributes:
|
||||
|
||||
``type`` (``pretix.base.plugins.PluginType``):
|
||||
The type of plugin. Currently available: ``RESTRICTION``, ``PAYMENT``
|
||||
The type of plugin. Currently available: ``RESTRICTION``, ``PAYMENT``,
|
||||
``ADMINFEATURE``
|
||||
|
||||
``name`` (``str``):
|
||||
The human-readable name of your plugin
|
||||
|
||||
Reference in New Issue
Block a user