Added TextField option type

This commit is contained in:
thecozies
2024-08-07 09:20:43 -05:00
committed by Mr-Wiseguy
parent a5f795fafe
commit a1cea99c54
11 changed files with 136 additions and 13 deletions
+8 -1
View File
@@ -28,7 +28,8 @@
{
"type": "Checkbox",
"key": "infinite_health",
"default": false
"default": false,
"onChange": "on_update_health"
}
]
},
@@ -87,6 +88,12 @@
"min": 20,
"max": 400,
"step": 20
},
{
"type": "TextField",
"key": "link_name",
"default": "George",
"maxlength": 10
}
]
},