mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Provide a new API for plugins to add HTML to the <head> of the site
This commit is contained in:
9
src/pretix/presale/signals.py
Normal file
9
src/pretix/presale/signals.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from pretix.base.signals import EventPluginSignal
|
||||
|
||||
|
||||
"""
|
||||
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