improve configs props

This commit is contained in:
SrGooglo 2024-02-04 21:21:29 +01:00
parent d497ba3d61
commit 767d987002
1 changed files with 6 additions and 1 deletions

View File

@ -35,7 +35,12 @@ module.exports = {
label: "Username", label: "Username",
type: "string", type: "string",
default: defaultConfig.username, default: defaultConfig.username,
icon: "MdPerson" icon: "MdPerson",
string_trim: true,
ui_component_props: {
maxLength: 16,
showCount: true
}
}, },
assigned_memory: { assigned_memory: {
label: "Assigned Memory", label: "Assigned Memory",