🎨 initial work

This commit is contained in:
Ondřej Samohel 2023-11-22 16:25:33 +01:00
parent 09ad8cb4f1
commit 61fe4825e6
5 changed files with 433 additions and 0 deletions

View file

@ -210,5 +210,8 @@
"darwin": "",
"linux": ""
}
},
"asset_reporter": {
"enabled": false
}
}

View file

@ -355,6 +355,20 @@
{
"type": "dynamic_schema",
"name": "system_settings/modules"
},
{
"type": "dict",
"key": "asset_reporter",
"label": "Asset Usage Report",
"collapsible": true,
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
}
]
}
]
}