mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Provide a new API for plugins to add HTML to the <head> of the site
This commit is contained in:
@@ -8,3 +8,10 @@ This signal is sent out to build configuration forms for all restriction formset
|
||||
restriction_formset = EventPluginSignal(
|
||||
providing_args=["item"]
|
||||
)
|
||||
|
||||
"""
|
||||
This signal is sent out to include code into the HTML <head> tag
|
||||
"""
|
||||
html_head = EventPluginSignal(
|
||||
providing_args=[]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user