Update romm.md
Updated documentation to clarify how fields are handled.
This commit is contained in:
parent
ac86a08a53
commit
48af448560
@ -4,12 +4,12 @@ description: Romm Widget Configuration
|
|||||||
---
|
---
|
||||||
|
|
||||||
Allowed fields: `["platforms", "roms", "saves", "states", "screenshots", "totalfilesize"]`.
|
Allowed fields: `["platforms", "roms", "saves", "states", "screenshots", "totalfilesize"]`.
|
||||||
|
If more than (4) fields are provided, only the first (4) will be used.
|
||||||
```yaml
|
```yaml
|
||||||
widget:
|
widget:
|
||||||
type: romm
|
type: romm
|
||||||
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", "screenshots"]
|
fields: ["platforms", "roms", "saves", "states"] # optional - default fields shown
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user