Before 7827f89
, mandatory hostname field in config mode was
pre-filled with the default hostname.
This commit adds the config_mode.hostname.prefill option for
controlling the default value.
3 lines
138 B
Lua
3 lines
138 B
Lua
need_boolean(in_site({'config_mode', 'hostname', 'optional'}), false)
|
|
need_boolean(in_site({'config_mode', 'hostname', 'prefill'}), true)
|