defined constant for global settings type

This commit is contained in:
iLLiCiTiT 2021-03-31 14:57:51 +02:00
parent 56c4ae7eb7
commit 85863015a3

View file

@ -15,6 +15,7 @@ METADATA_KEYS = (
)
# File where studio's system overrides are stored
GLOBAL_SETTINGS_KEY = "global_settings"
SYSTEM_SETTINGS_KEY = "system_settings"
PROJECT_SETTINGS_KEY = "project_settings"
PROJECT_ANATOMY_KEY = "project_anatomy"