Settings load add info for future settings/options argument

This commit is contained in:
Clemens Schwaighofer
2025-07-14 18:15:07 +09:00
parent 99bca2c467
commit acbe1ac692

View File

@@ -89,6 +89,8 @@ class SettingsLoader:
- convert: convert to int, float -> if element is number convert, else leave as is
- empty: convert empty to, if nothing set on the right side then convert to None type
TODO: there should be a config/options argument for general settings
Args:
config_id (str): what block to load
config_validate (dict[str, list[str]]): list of allowed entries sets