From debcf9d82979bee27aa59c129273761d59aa54c8 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 19 Apr 2026 14:20:28 -0600 Subject: [PATCH] Add the attribute item type to the manifest --- system.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system.json b/system.json index 6a9bdef..ea94abd 100644 --- a/system.json +++ b/system.json @@ -45,6 +45,10 @@ "description" ], "filePathFields": {} + }, + "attribute": { + "htmlFields": [], + "filePathFields": {} } } },