1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2024-04-29 10:27:16 +00:00

Merge pull request #16 from rixx/category

Add plugin category
This commit is contained in:
Franzi 2023-10-03 13:08:54 +02:00 committed by GitHub
commit 341a9c072c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ class PluginApp(AppConfig):
)
visible = True
version = "2.1.0"
category = "FEATURE"
def ready(self):
from . import signals # NOQA