From 989184a820123e0c9d0be5b2bfe5cab489269c50 Mon Sep 17 00:00:00 2001 From: InsertDisc <31751462+InsertDisc@users.noreply.github.com> Date: Fri, 23 Aug 2024 09:55:11 -0400 Subject: [PATCH] Update romm.md Added newly available fields to documentation. --- docs/widgets/services/romm.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"] ```