Skip to content

Commit

Permalink
Fixed #46 -- Added a plugin to send out emails
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Jul 12, 2015
1 parent e2215d2 commit 478b900
Show file tree
Hide file tree
Showing 11 changed files with 341 additions and 117 deletions.
3 changes: 2 additions & 1 deletion doc/development/api/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 478b900

Please sign in to comment.