mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Update romm.md
Updated documentation to clarify how fields are handled.
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user