From f3a2d2f0062714e47d8d30389cf827fe2adf02b9 Mon Sep 17 00:00:00 2001 From: Alex Zaw Date: Thu, 9 Apr 2026 11:29:42 +0000 Subject: [PATCH] fix: change invalid category "documents" to valid "utilities" only --- apps/onlyoffice-docs/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/onlyoffice-docs/config.json b/apps/onlyoffice-docs/config.json index 4795e05..ba20517 100644 --- a/apps/onlyoffice-docs/config.json +++ b/apps/onlyoffice-docs/config.json @@ -6,7 +6,7 @@ "short_desc": "Online office suite for document editing and collaboration", "author": "Ascensio System SIA", "port": 8044, - "categories": ["utilities", "documents"], + "categories": ["utilities"], "description": "ONLYOFFICE Docs is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats (.docx, .xlsx, .pptx) and enabling collaborative editing in real time.", "tipi_version": 7, "dynamic_config": true,