Update romm.md
Revert 'roms' back to 'totalRoms' to avoid a breaking change.
This commit is contained in:
parent
77541a537a
commit
0616f7edbf
@ -3,7 +3,7 @@ title: Romm
|
|||||||
description: Romm Widget Configuration
|
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.
|
If more than (4) fields are provided, only the first (4) will be used.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
@ -12,5 +12,5 @@ widget:
|
|||||||
url: http://romm.host.or.ip
|
url: http://romm.host.or.ip
|
||||||
username: username # optional
|
username: username # optional
|
||||||
password: password # optional
|
password: password # optional
|
||||||
fields: ["platforms", "roms", "saves", "states"] # optional - default fields shown
|
fields: ["platforms", "totalRoms", "saves", "states"] # optional - default fields shown
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user