📑 Added a AirDCPP Settings form WIP

This commit is contained in:
2021-10-15 15:25:19 -07:00
parent 049c4266f3
commit ed120fb230
6 changed files with 200 additions and 38 deletions

View File

@@ -0,0 +1,58 @@
[
{
"id": 1,
"category": "general",
"displayName": "General",
"children": [
{
"id": "gen-db",
"displayName": "Dashboard"
},
{
"id": "gen-gls",
"displayName": "Global Search"
}
]
},
{
"id": 2,
"category": "acquisition",
"displayName": "Acquisition",
"children": [
{
"id": "adc",
"displayName": "AirDC++",
"children": [
{
"id": "adc-connection",
"displayName": "Connection"
},
{
"id": "adc-hubs",
"displayName": "Hubs"
},
{
"id": "adc-add-config",
"displayName": "Additional Configuration"
}
]
}
]
},
{
"id": 3,
"category": "comicvine",
"displayName": "Comic Vine",
"children": [
{
"id": "api",
"displayName": "API"
},
{
"id": "options",
"displayName": "Options"
}
]
}
]