From 33e05487cba52039c3e018f0eb8276582100c880 Mon Sep 17 00:00:00 2001 From: itsankitjain-google Date: Fri, 6 May 2022 22:44:52 +0530 Subject: [PATCH] Remove non-editable schema widget from the plugins --- widgets/GoogleAnalyticsBatchSource-batchsource.json | 8 +------- .../GoogleAnalyticsStreamingSource-streamingsource.json | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/widgets/GoogleAnalyticsBatchSource-batchsource.json b/widgets/GoogleAnalyticsBatchSource-batchsource.json index 01d83f8..555b69f 100644 --- a/widgets/GoogleAnalyticsBatchSource-batchsource.json +++ b/widgets/GoogleAnalyticsBatchSource-batchsource.json @@ -2115,11 +2115,5 @@ } ] }, - "outputs": [ - { - "widget-type": "non-editable-schema-editor", - "schema": { - } - } - ] + "outputs": [] } diff --git a/widgets/GoogleAnalyticsStreamingSource-streamingsource.json b/widgets/GoogleAnalyticsStreamingSource-streamingsource.json index ff6572c..52240f4 100644 --- a/widgets/GoogleAnalyticsStreamingSource-streamingsource.json +++ b/widgets/GoogleAnalyticsStreamingSource-streamingsource.json @@ -242,11 +242,5 @@ } ] }, - "outputs": [ - { - "widget-type": "non-editable-schema-editor", - "schema": { - } - } - ] + "outputs": [] }