- Fix has_unique flag reading from field definition (was scanning fragment fields) - Implement duplicate validation in CLI and TUI backends - Add item counter update in Web backend after add/delete operations - Refactor Web JavaScript: remove global constants, use closure-based state per group - Store repeating group config in data-* attributes instead of global variables - Update documentation and examples with unique = true attribute - All backends now enforce unique items validation consistently
16 lines
293 B
TOML
16 lines
293 B
TOML
name = "header_fragment"
|
|
|
|
[[elements]]
|
|
name = "main_header"
|
|
type = "header"
|
|
title = "✨ Form with Modular Sections"
|
|
border_top = true
|
|
border_bottom = true
|
|
align = "center"
|
|
order = 1
|
|
margin_left = 0
|
|
border_top_char = "═"
|
|
border_top_len = 60
|
|
border_bottom_char = "═"
|
|
border_bottom_len = 60
|