16 lines
290 B
TOML
16 lines
290 B
TOML
|
|
name = "header_fragment"
|
||
|
|
|
||
|
|
[[items]]
|
||
|
|
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
|