Convert to Gutenberg blocks

This commit is contained in:
2026-09-06 00:14:07 +02:00
parent f8ff394db2
commit 7fa63558eb
5 changed files with 1472 additions and 22 deletions
@@ -0,0 +1,49 @@
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 3,
"settings": {
"layout": {
"contentSize": "1200px",
"wideSize": "1400px",
"allowEditing": true
},
"color": {
"defaultPalette": true,
"palette": [
{
"slug": "hl-green",
"name": "Hogeland groen",
"color": "#059669"
},
{
"slug": "hl-green-dark",
"name": "Hogeland donkergroen",
"color": "#047857"
},
{
"slug": "hl-green-light",
"name": "Hogeland lichtgroen",
"color": "#ecfdf5"
},
{
"slug": "hl-green-tint",
"name": "Hogeland tint",
"color": "#d1fae5"
},
{
"slug": "hl-ink",
"name": "Tekst donker",
"color": "#1f2937"
},
{
"slug": "hl-gray",
"name": "Tekst grijs",
"color": "#6b7280"
}
]
},
"typography": {
"fluid": true
}
}
}