mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Add plugin API for adding items to the admin navigation
This commit is contained in:
@@ -15,3 +15,10 @@ This signal is sent out to include code into the HTML <head> tag
|
||||
html_head = EventPluginSignal(
|
||||
providing_args=["request"]
|
||||
)
|
||||
|
||||
"""
|
||||
This signal is sent out to include navigation items in the event admin
|
||||
"""
|
||||
nav_event = EventPluginSignal(
|
||||
providing_args=["request"]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user