Files
Bricks-Sections/headers/header-minimal.json
Spencer bb7e1483ae Initial commit — BCW Bricks Builder Starter Kit
14 templates for Bricks Builder 2.x: 9 sections, 3 headers, 2 footers.
Verified import format against Bricks 2.2 exports.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-26 16:30:14 -06:00

41 lines
786 B
JSON

{
"title": "BCW — Header Minimal",
"type": "header",
"templateType": "header",
"header": [
{
"id": "sec001",
"name": "section",
"parent": 0,
"children": ["con001"],
"settings": [],
"label": "Header Minimal"
},
{
"id": "con001",
"name": "container",
"parent": "sec001",
"children": ["log001", "nav001"],
"settings": {
"_direction": "row",
"_alignItems": "center",
"_justifyContent": "space-between"
}
},
{
"id": "log001",
"name": "logo",
"parent": "con001",
"children": [],
"settings": []
},
{
"id": "nav001",
"name": "nav-menu",
"parent": "con001",
"children": [],
"settings": []
}
]
}