From a86e0d97c7a8c59e75ed0318d527ae8123865374 Mon Sep 17 00:00:00 2001 From: Daniel Aguilar Date: Sat, 10 Aug 2024 17:25:52 +0200 Subject: [PATCH] fixed gb_component definition file (wrong type and missing gbPluginId) --- assets/gb_component/definitions.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/gb_component/definitions.json b/assets/gb_component/definitions.json index 646eb31..6649f54 100644 --- a/assets/gb_component/definitions.json +++ b/assets/gb_component/definitions.json @@ -1,7 +1,8 @@ { "label": "PivotTable", + "gbPluginId": "stipplepivottable", "tagName": "ST-PIVOTTABLE", - "type": "pivottable", + "type": "st-pivottable", "icon": "{appPath}/components/pivottable/assets/library_icon.png", "category": "Custom Components", "content": "",