diff --git a/docs/widgets/services/romm.md b/docs/widgets/services/romm.md index 6d8bc8b30..b4799171b 100644 --- a/docs/widgets/services/romm.md +++ b/docs/widgets/services/romm.md @@ -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 ```