Add labels

This commit is contained in:
HaveAGitGat 2023-11-27 07:26:15 +00:00
parent 8c8ef277df
commit ae0ff14bf0
39 changed files with 79 additions and 1 deletions

View file

@ -19,6 +19,7 @@ const details = (): IpluginDetails => ({
icon: 'faArrowRight',
inputs: [
{
label: 'Method',
name: 'method',
type: 'string',
defaultValue: 'post',
@ -34,6 +35,7 @@ const details = (): IpluginDetails => ({
tooltip: 'Specify request method',
},
{
label: 'Request URL',
name: 'requestUrl',
type: 'string',
defaultValue: 'http://example.com',
@ -43,6 +45,7 @@ const details = (): IpluginDetails => ({
tooltip: 'Specify request URL',
},
{
label: 'Request Headers',
name: 'requestHeaders',
type: 'string',
defaultValue: `{
@ -57,6 +60,7 @@ const details = (): IpluginDetails => ({
tooltip: 'Specify request URL',
},
{
label: 'Request Body',
name: 'requestBody',
type: 'string',
defaultValue: `{