forked from CGM_Public/pretix_original
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:
@@ -40,6 +40,9 @@ class StripeApp(AppConfig):
|
||||
description = _("Accept payments via Stripe, a globally popular payment service provider. Stripe supports "
|
||||
"payments via credit cards as well as many local payment methods such as iDEAL, Alipay,"
|
||||
"and many more.")
|
||||
settings_links = [
|
||||
((_("Payment"), _("Stripe")), "control:event.settings.payment.provider", {"provider": "stripe_settings"}),
|
||||
]
|
||||
|
||||
def ready(self):
|
||||
from . import signals, tasks # NOQA
|
||||
|
||||
Reference in New Issue
Block a user