17 lines
376 B
Plaintext
17 lines
376 B
Plaintext
|
|
(import "./config.ncl")
|
||
|
|
& {
|
||
|
|
form = {
|
||
|
|
title = "TUI Form (Dev)",
|
||
|
|
description = "Development TUI form with all features enabled",
|
||
|
|
validation.strict_validation = true,
|
||
|
|
},
|
||
|
|
output.debug_output = true,
|
||
|
|
ui.show_field_indices = true,
|
||
|
|
appearance.border_style = "double",
|
||
|
|
debug = {
|
||
|
|
enabled = true,
|
||
|
|
log_level = "debug",
|
||
|
|
trace_rendering = false,
|
||
|
|
},
|
||
|
|
}
|