[Editor] Expose more editor settings to documentation

Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>
This commit is contained in:
A Thousand Ships 2024-06-21 12:47:17 +02:00
parent 83d54ab2ad
commit dd6443193c
No known key found for this signature in database
GPG key ID: 2033189A662F8BD7
40 changed files with 283 additions and 81 deletions

View file

@ -42,6 +42,7 @@ void register_android_exporter_types() {
}
void register_android_exporter() {
// TODO: Move to editor_settings.cpp
EDITOR_DEF("export/android/debug_keystore", EditorPaths::get_singleton()->get_debug_keystore_path());
EditorSettings::get_singleton()->add_property_hint(PropertyInfo(Variant::STRING, "export/android/debug_keystore", PROPERTY_HINT_GLOBAL_FILE, "*.keystore,*.jks"));
EDITOR_DEF("export/android/debug_keystore_user", DEFAULT_ANDROID_KEYSTORE_DEBUG_USER);