mirror of
https://github.com/pretix/pretix.git
synced 2026-05-16 17:03:58 +00:00
update signal docs
This commit is contained in:
@@ -126,7 +126,7 @@ footer_link = EventPluginSignal()
|
|||||||
Arguments: ``request``
|
Arguments: ``request``
|
||||||
|
|
||||||
The signal ``pretix.presale.signals.footer_link`` allows you to add links to the footer of an event page. You
|
The signal ``pretix.presale.signals.footer_link`` allows you to add links to the footer of an event page. You
|
||||||
are expected to return a dictionary containing the keys ``label`` and ``url``.
|
are expected to return a dictionary containing the keys ``label``, ``url`` and optionally ``cssclass``.
|
||||||
|
|
||||||
As with all event plugin signals, the ``sender`` keyword argument will contain the event.
|
As with all event plugin signals, the ``sender`` keyword argument will contain the event.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user