mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Update romm.md
Revert 'roms' back to 'totalRoms' to avoid a breaking change.
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user