Files
VOREStation/code/controllers/configuration/entries/resources.dm
T
Kashargul 34a0791c2f Port of the iframe storage for settings (#18751)
* Port of the iframe storage for settings

* Update resources.txt

* re add keying

* fix byond storage

* port the adjustments

---------

Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
2025-11-26 19:29:02 +01:00

18 lines
463 B
Plaintext

/datum/config_entry/string/asset_transport
/datum/config_entry/flag/asset_simple_preload
/datum/config_entry/string/asset_cdn_webroot
/datum/config_entry/string/asset_cdn_url
/datum/config_entry/flag/cache_assets
/datum/config_entry/flag/smart_cache_assets
/datum/config_entry/flag/save_spritesheets
/datum/config_entry/string/storage_cdn_iframe
protection = CONFIG_ENTRY_LOCKED
default = "https://vorestation.github.io/byond-client-storage/iframe.html"