Update romm.md

Updated documentation to clarify how fields are handled.
This commit is contained in:
InsertDisc
2024-08-23 21:02:57 -04:00
committed by GitHub
parent ac86a08a53
commit 48af448560

View File

@@ -4,12 +4,12 @@ description: Romm Widget Configuration
---
Allowed fields: `["platforms", "roms", "saves", "states", "screenshots", "totalfilesize"]`.
If more than (4) fields are provided, only the first (4) will be used.
```yaml
widget:
type: romm
url: http://romm.host.or.ip
username: username # optional
password: password # optional
fields: ["platforms", "roms", "saves", "screenshots"]
fields: ["platforms", "roms", "saves", "states"] # optional - default fields shown
```