Skip to content
Snippets Groups Projects
Verified Commit 0875c44d 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/), ...@@ -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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
### Added
- Add settings link
## [1.7.2] - 2023-10-04 ## [1.7.2] - 2023-10-04
### Changed ### Changed
......
...@@ -20,6 +20,9 @@ class PluginApp(PluginConfig): ...@@ -20,6 +20,9 @@ class PluginApp(PluginConfig):
version = __version__ version = __version__
category = "FEATURE" category = "FEATURE"
compatibility = "pretix>=2.7.0" compatibility = "pretix>=2.7.0"
settings_links = [
(gettext_lazy("Matrix inviter"), "plugins:pretix_matrix_inviter:settings", {}),
]
def ready(self): def ready(self):
from . import signals # NOQA 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