From b7d7ed0c67191d946bbda6ada61ff8be7587a523 Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Tue, 14 Jun 2022 15:08:40 +0100 Subject: [PATCH] Remove required settings from link --- packages/client/manifest.json | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/packages/client/manifest.json b/packages/client/manifest.json index 88e9e392e6..599b056a2d 100644 --- a/packages/client/manifest.json +++ b/packages/client/manifest.json @@ -1154,21 +1154,18 @@ { "type": "text", "label": "Text", - "key": "text", - "required": true + "key": "text" }, { "type": "url", "label": "URL", "key": "url", - "placeholder": "/screen", - "required": true + "placeholder": "/screen" }, { "type": "boolean", "label": "New Tab", - "key": "openInNewTab", - "required": true + "key": "openInNewTab" }, { "type": "select", @@ -1177,7 +1174,6 @@ "defaultValue": "M", "showInBar": true, "barStyle": "picker", - "required": true, "options": [ { "label": "Small", @@ -1198,8 +1194,7 @@ "label": "Color", "key": "color", "showInBar": true, - "barSeparator": false, - "required": true + "barSeparator": false }, { "type": "boolean", @@ -1208,8 +1203,7 @@ "showInBar": true, "barIcon": "TagBold", "barTitle": "Bold text", - "barSeparator": false, - "required": true + "barSeparator": false }, { "type": "boolean", @@ -1218,8 +1212,7 @@ "showInBar": true, "barIcon": "TagItalic", "barTitle": "Italic text", - "barSeparator": false, - "required": true + "barSeparator": false }, { "type": "boolean",