Skip to content

Commit bd0c624

Browse files
committed
Improving connector's UI for booleans
1 parent 785e3b2 commit bd0c624

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

python-connectors/api-connect_dataset/connector.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@
144144
},
145145
{
146146
"name": "raw_output",
147-
"label": "Raw JSON output",
148-
"description": "",
147+
"label": " ",
148+
"description": "Raw JSON output",
149149
"defaultValue": true,
150150
"type": "BOOLEAN"
151151
},
@@ -232,14 +232,15 @@
232232
},
233233
{
234234
"name": "redirect_auth_header",
235-
"label": "Redirect authorization header",
235+
"label": " ",
236+
"description": "Redirect authorization header",
236237
"type": "BOOLEAN",
237238
"defaultValue": false
238239
},
239240
{
240241
"name": "display_metadata",
241-
"label": "Display metadata",
242-
"description": "Status code, request time...",
242+
"label": " ",
243+
"description": "Display metadata",
243244
"type": "BOOLEAN",
244245
"defaultValue": false
245246
},

0 commit comments

Comments
 (0)