Files
Tachidesk/AndroidCompat/Config/src/main/resources/pref-schema.json
2021-01-02 04:57:20 +03:30

22 lines
386 B
JSON

[
{
"label": "Sync",
"icon": "import_export",
"type": "nested",
"prefs": []
},
{
"label": "Server",
"icon": "dns",
"type": "nested",
"prefs": [
{
"label": "Password authentication",
"type": "text-password",
"default": "",
"key": "pref_ts_server_password",
"hint": "Enter a password"
}
]
}
]