TypeDialog/config/cli/dev.toml

33 lines
592 B
TOML
Raw Normal View History

# CLI Backend - Development Configuration
# Extended configuration for development and testing
[form]
description = "Development CLI form with debugging enabled"
title = "CLI Form (Dev)"
[form.validation]
show_errors_inline = true
strict_validation = true
validate_on_change = true
[output]
debug_output = true
format = "json"
pretty_print = true
[terminal]
enable_mouse = true
use_color = true
use_raw_mode = true
[appearance]
show_field_types = true
show_help = true
show_placeholders = true
theme = "default"
[debug]
enabled = true
log_level = "info"
trace_execution = false