From 675a387b029e7c351efe4add904ad03c4be85abe Mon Sep 17 00:00:00 2001 From: LinuxSBC Date: Wed, 8 Jan 2025 22:15:26 -0600 Subject: [PATCH] Add selfh.st to config information --- src/utils/ConfigSchema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/ConfigSchema.json b/src/utils/ConfigSchema.json index 4fe05760..87a11840 100644 --- a/src/utils/ConfigSchema.json +++ b/src/utils/ConfigSchema.json @@ -941,7 +941,7 @@ "title": "Icon", "type": "string", "nullable": true, - "description": "An icon, either as a font-awesome, simple-icon or mdi identifier, emoji, favicon, generative or the URL/ path to a local or remote icon asset" + "description": "An icon, either as a font-awesome, simple-icon, selfh.st, or mdi identifier, emoji, favicon, generative or the URL/path to a local or remote icon asset" }, "url": { "title": "Service URL",