mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Add search and links to plugin settings (#4854)
* Show links to plugin views and settings in plugin list and in success message after activating a plugin * Fix menu highlighting in payment provider settings * Specify settings_links and navigation_links for built-in plugins * Add link to payment plugins from payment settings * Add client-side search and "View only active plugins" for plugins page
This commit is contained in:
@@ -51,6 +51,9 @@ class TicketOutputPdfApp(AppConfig):
|
||||
featured = True
|
||||
description = _("Issue tickets as PDF files, usable on any device. Our drag-and-drop editor allows you to "
|
||||
"customize the layout of the PDF files to your brand.")
|
||||
settings_links = [
|
||||
((_("Settings"), _("Tickets")), "control:event.settings.tickets", {}),
|
||||
]
|
||||
|
||||
def ready(self):
|
||||
from . import signals # NOQA
|
||||
|
||||
Reference in New Issue
Block a user