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>
This commit is contained in:
55
footers/footer-minimal.json
Normal file
55
footers/footer-minimal.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"title": "BCW — Footer Minimal",
|
||||
"type": "footer",
|
||||
"templateType": "footer",
|
||||
"footer": [
|
||||
{
|
||||
"id": "sec001",
|
||||
"name": "section",
|
||||
"parent": 0,
|
||||
"children": ["con001"],
|
||||
"settings": [],
|
||||
"label": "Footer Minimal"
|
||||
},
|
||||
{
|
||||
"id": "con001",
|
||||
"name": "container",
|
||||
"parent": "sec001",
|
||||
"children": ["log001", "nav001", "txt001"],
|
||||
"settings": {
|
||||
"_direction": "row",
|
||||
"_alignItems": "center",
|
||||
"_justifyContent": "space-between",
|
||||
|
||||
"_gap": "24px"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "log001",
|
||||
"name": "logo",
|
||||
"parent": "con001",
|
||||
"children": [],
|
||||
"settings": {
|
||||
"_padding": {
|
||||
"bottom": "15"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "nav001",
|
||||
"name": "nav-menu",
|
||||
"parent": "con001",
|
||||
"children": [],
|
||||
"settings": []
|
||||
},
|
||||
{
|
||||
"id": "txt001",
|
||||
"name": "text-basic",
|
||||
"parent": "con001",
|
||||
"children": [],
|
||||
"settings": {
|
||||
"text": "© 2026 Your Company. All rights reserved."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user