Add signal global_footer_link

This commit is contained in:
Raphael Michel
2021-02-04 17:32:10 +01:00
parent af7d9942f6
commit 5ae7a350b0
3 changed files with 16 additions and 3 deletions

View File

@@ -105,6 +105,14 @@ are expected to return a dictionary containing the keys ``label`` and ``url``.
As with all plugin signals, the ``sender`` keyword argument will contain the event.
"""
global_footer_link = Signal(
providing_args=["request"]
)
"""
The signal ``pretix.presale.signals.global_footer_link`` allows you to add links to the footer of any page. You
are expected to return a dictionary containing the keys ``label`` and ``url``.
"""
checkout_confirm_messages = EventPluginSignal()
"""
This signal is sent out to retrieve short messages that need to be acknowledged by the user before the