Allow definition of settings in campaign's yaml file

Resolves #92
This commit is contained in:
Raffson
2023-04-08 19:34:24 +02:00
parent 5c4ab2578d
commit 5916ed43d2
11 changed files with 187 additions and 126 deletions

View File

@@ -658,7 +658,7 @@ class Settings:
@staticmethod
def plugin_settings_key(identifier: str) -> str:
return f"plugins.{identifier}"
return f"{identifier}"
def initialize_plugin_option(self, identifier: str, default_value: Any) -> None:
try: