Update input ui

This commit is contained in:
HaveAGitGat 2023-09-05 08:31:55 +01:00
parent 2e23944e52
commit 07f0cf7c3f
4 changed files with 4 additions and 4 deletions

View file

@ -71,7 +71,7 @@ var details = function () { return ({
type: 'boolean',
defaultValue: 'false',
inputUI: {
type: 'text',
type: 'dropdown',
options: [
'false',
'true',

View file

@ -70,7 +70,7 @@ var details = function () { return ({
type: 'boolean',
defaultValue: 'false',
inputUI: {
type: 'text',
type: 'dropdown',
options: [
'false',
'true',

View file

@ -36,7 +36,7 @@ const details = (): IpluginDetails => ({
type: 'boolean',
defaultValue: 'false',
inputUI: {
type: 'text',
type: 'dropdown',
options: [
'false',
'true',

View file

@ -37,7 +37,7 @@ const details = ():IpluginDetails => ({
type: 'boolean',
defaultValue: 'false',
inputUI: {
type: 'text',
type: 'dropdown',
options: [
'false',
'true',