Add cssclass for footer-nav and improve button-style in footer (#6167)

This commit is contained in:
Richard Schreiber
2026-05-18 13:16:50 +02:00
committed by GitHub
parent 857791445f
commit 3df5b1d075
3 changed files with 6 additions and 3 deletions

View File

@@ -126,7 +126,7 @@ footer_link = EventPluginSignal()
Arguments: ``request``
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.
"""