Update romm.md

Added newly available fields to documentation.
This commit is contained in:
InsertDisc 2024-08-23 09:55:11 -04:00 committed by GitHub
parent 5d962b4e37
commit 989184a820
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ title: Romm
description: Romm Widget Configuration
---
Allowed fields: `["platforms", "totalRoms"]`.
Allowed fields: `["platforms", "totalRoms", "totalSaves", "totalStates", "totalScreenshots", "totalFilesize"]`.
```yaml
widget:
@ -11,4 +11,5 @@ widget:
url: http://romm.host.or.ip
username: username # optional
password: password # optional
fields: ["platforms", "totalRoms", "totalSaves", "totalScreenshots"]
```