diff --git a/docs/widgets/services/romm.md b/docs/widgets/services/romm.md index 9d26b70f5..73f9c01ae 100644 --- a/docs/widgets/services/romm.md +++ b/docs/widgets/services/romm.md @@ -3,7 +3,7 @@ title: Romm description: Romm Widget Configuration --- -Allowed fields: `["platforms", "totalRoms"]`. +Allowed fields: `["platforms", "totalRoms", "totalSaves", "totalStates", "totalScreenshots", "totalFilesize"]`. ```yaml widget: @@ -11,4 +11,5 @@ widget: url: http://romm.host.or.ip username: username # optional password: password # optional + fields: ["platforms", "totalRoms", "totalSaves", "totalScreenshots"] ```