Update romm.md

Revert 'roms' back to 'totalRoms' to avoid a breaking change.
This commit is contained in:
InsertDisc
2024-08-23 22:06:48 -04:00
committed by GitHub
parent 77541a537a
commit 0616f7edbf

View File

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