From 1f6bd4a2d3005133eebc6cf41eb002591a55a3a5 Mon Sep 17 00:00:00 2001 From: Joaquin Pereyra Date: Sat, 31 May 2025 17:30:04 -0300 Subject: [PATCH] FIX: ADD htmlFields description in manifest --- system.json | 40 ++++++++++++++++++++++++++++++---------- 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/system.json b/system.json index dd875adb..caf87c5c 100644 --- a/system.json +++ b/system.json @@ -443,16 +443,36 @@ "environment": {} }, "Item": { - "ancestry": {}, - "community": {}, - "class": {}, - "subclass": {}, - "feature": {}, - "domainCard": {}, - "miscellaneous": {}, - "consumable": {}, - "weapon": {}, - "armor": {} + "ancestry": { + "htmlFields": ["description"] + }, + "community": { + "htmlFields": ["description"] + }, + "class": { + "htmlFields": ["description"] + }, + "subclass": { + "htmlFields": ["description"] + }, + "feature": { + "htmlFields": ["description"] + }, + "domainCard": { + "htmlFields": ["description"] + }, + "miscellaneous": { + "htmlFields": ["description"] + }, + "consumable": { + "htmlFields": ["description"] + }, + "weapon": { + "htmlFields": ["description"] + }, + "armor": { + "htmlFields": ["description"] + } }, "Combat": { "combat": {}