Changed form field to string
parent
8f95682389
commit
25ce028bf9
|
@ -16,7 +16,7 @@ settings:
|
||||||
caption: Root Directory /var/www/webroot/ROOT/
|
caption: Root Directory /var/www/webroot/ROOT/
|
||||||
description: "A user-specific directory will be created under /home/username"
|
description: "A user-specific directory will be created under /home/username"
|
||||||
required: false
|
required: false
|
||||||
- type: textfield
|
- type: string
|
||||||
name: custom_username
|
name: custom_username
|
||||||
caption: Custom Username
|
caption: Custom Username
|
||||||
description: "Enter a custom username (3-32 characters, alphanumeric + underscore only)"
|
description: "Enter a custom username (3-32 characters, alphanumeric + underscore only)"
|
||||||
|
|
Loading…
Reference in New Issue