Remove required settings from link
This commit is contained in:
parent
ebbd8fb5f9
commit
b7d7ed0c67
|
@ -1154,21 +1154,18 @@
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Text",
|
"label": "Text",
|
||||||
"key": "text",
|
"key": "text"
|
||||||
"required": true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "url",
|
"type": "url",
|
||||||
"label": "URL",
|
"label": "URL",
|
||||||
"key": "url",
|
"key": "url",
|
||||||
"placeholder": "/screen",
|
"placeholder": "/screen"
|
||||||
"required": true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"label": "New Tab",
|
"label": "New Tab",
|
||||||
"key": "openInNewTab",
|
"key": "openInNewTab"
|
||||||
"required": true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "select",
|
"type": "select",
|
||||||
|
@ -1177,7 +1174,6 @@
|
||||||
"defaultValue": "M",
|
"defaultValue": "M",
|
||||||
"showInBar": true,
|
"showInBar": true,
|
||||||
"barStyle": "picker",
|
"barStyle": "picker",
|
||||||
"required": true,
|
|
||||||
"options": [
|
"options": [
|
||||||
{
|
{
|
||||||
"label": "Small",
|
"label": "Small",
|
||||||
|
@ -1198,8 +1194,7 @@
|
||||||
"label": "Color",
|
"label": "Color",
|
||||||
"key": "color",
|
"key": "color",
|
||||||
"showInBar": true,
|
"showInBar": true,
|
||||||
"barSeparator": false,
|
"barSeparator": false
|
||||||
"required": true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
@ -1208,8 +1203,7 @@
|
||||||
"showInBar": true,
|
"showInBar": true,
|
||||||
"barIcon": "TagBold",
|
"barIcon": "TagBold",
|
||||||
"barTitle": "Bold text",
|
"barTitle": "Bold text",
|
||||||
"barSeparator": false,
|
"barSeparator": false
|
||||||
"required": true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
@ -1218,8 +1212,7 @@
|
||||||
"showInBar": true,
|
"showInBar": true,
|
||||||
"barIcon": "TagItalic",
|
"barIcon": "TagItalic",
|
||||||
"barTitle": "Italic text",
|
"barTitle": "Italic text",
|
||||||
"barSeparator": false,
|
"barSeparator": false
|
||||||
"required": true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|
Loading…
Reference in New Issue