19 lines
385 B
Plaintext
19 lines
385 B
Plaintext
|
|
(import "./config.ncl")
|
||
|
|
& {
|
||
|
|
form = {
|
||
|
|
title = "CLI Form (Dev)",
|
||
|
|
description = "Development CLI form with debugging enabled",
|
||
|
|
validation.strict_validation = true,
|
||
|
|
},
|
||
|
|
output = {
|
||
|
|
debug_output = true,
|
||
|
|
},
|
||
|
|
terminal.enable_mouse = true,
|
||
|
|
appearance.show_field_types = true,
|
||
|
|
debug = {
|
||
|
|
enabled = true,
|
||
|
|
log_level = "info",
|
||
|
|
trace_execution = false,
|
||
|
|
},
|
||
|
|
}
|