Skip to content
Snippets Groups Projects
Verified Commit d9f67784 authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Add settings link

parent fdc731de
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Add settings link
## [1.7.2] - 2023-10-04
### Changed
......
......@@ -20,6 +20,13 @@ class PluginApp(PluginConfig):
version = __version__
category = "FEATURE"
compatibility = "pretix>=2.7.0"
settings_links = [
(
gettext_lazy("Matrix inviter"),
"plugins:pretix_matrix_inviter:settings",
{},
),
]
def ready(self):
from . import signals # NOQA
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment