Skip to content

Commit ea73dd6

Browse files
Merge branch 'main' into fix-banner-edit
2 parents e3ea619 + e0b132c commit ea73dd6

22 files changed

Lines changed: 341 additions & 553 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add Heading block example to example page. @danalvrz

backend/src/kitconcept/voltolighttheme/setuphandlers/examplecontent/content/2f69aa417e894fd3bf23d393287b369e/data.json

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"0126e819-d955-41c5-a736-2f0b5ffda8a1": {
88
"@type": "separator",
99
"styles": {
10-
"align": "full"
10+
"align:noprefix": "left",
11+
"blockWidth:noprefix": "default",
12+
"shortLine": false
1113
}
1214
},
1315
"06a960a6-795c-409d-a55f-94d5047e3514": {
@@ -33,7 +35,7 @@
3335
"head_title": null,
3436
"href": [
3537
{
36-
"@id": "resolveuid/7ab9c48ede33415fa2a66a99549c8f70",
38+
"@id": "../../resolveuid/7ab9c48ede33415fa2a66a99549c8f70",
3739
"@type": "Document",
3840
"Description": "The Page content type can be used to display content on a single page of the website. Pages can be structured using text, images and blocks.",
3941
"Title": "Page",
@@ -44,6 +46,7 @@
4446
"title": "Page"
4547
}
4648
],
49+
"overwrite": true,
4750
"styles": {
4851
"align": "left"
4952
},
@@ -83,10 +86,12 @@
8386
"4a0352d5-89df-48aa-944e-7270e81351d4": {
8487
"@type": "separator",
8588
"styles": {
86-
"align": "full",
87-
"backgroundColor": "transparent",
88-
"noLine": false
89-
}
89+
"align:noprefix": "left",
90+
"blockWidth:noprefix": "default",
91+
"noLine": false,
92+
"shortLine": false
93+
},
94+
"theme": "default"
9095
},
9196
"7a405d27-e5ca-426c-bca4-e40cc338f7ba": {
9297
"@type": "slate",
@@ -133,12 +138,21 @@
133138
"e328753b-d914-4bcb-8b8b-2d5060476efe": {
134139
"@type": "separator",
135140
"styles": {
136-
"align": "full"
137-
}
141+
"align:noprefix": "left",
142+
"blockWidth:noprefix": "default",
143+
"shortLine": false
144+
},
145+
"theme": "default"
138146
},
139147
"e58cca3c-95d4-4819-951d-48415706bf41": {
140148
"@type": "title"
141149
},
150+
"e70b81d8-4a04-4be0-986f-5a2c29243faa": {
151+
"@type": "heading",
152+
"heading": "Heading block",
153+
"styles": {},
154+
"theme": "default"
155+
},
142156
"faabad67-4aa2-4774-a48c-b1accf288700": {
143157
"@type": "introduction",
144158
"plaintext": "Lorem ipsum vitae elit libero, a pharetra augue. Nulla vitae elit libero, a pharetra augue. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec ullamcorper nulla non metus auctor fringilla. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Vestibulum id ligula porta felis euismod semper.",
@@ -156,7 +170,9 @@
156170
"fe637263-126e-4a7f-b4aa-36369c5155cc": {
157171
"@type": "separator",
158172
"styles": {
159-
"align": "full"
173+
"align:noprefix": "left",
174+
"blockWidth:noprefix": "default",
175+
"shortLine": false
160176
}
161177
}
162178
},
@@ -168,6 +184,7 @@
168184
"fe637263-126e-4a7f-b4aa-36369c5155cc",
169185
"36960cee-ec85-458b-b0be-d2e7a5a41e5f",
170186
"e328753b-d914-4bcb-8b8b-2d5060476efe",
187+
"e70b81d8-4a04-4be0-986f-5a2c29243faa",
171188
"06a960a6-795c-409d-a55f-94d5047e3514",
172189
"b4691078-153d-451f-9b47-fa6f852a1e6c",
173190
"7a405d27-e5ca-426c-bca4-e40cc338f7ba",
@@ -196,7 +213,7 @@
196213
"locked": false,
197214
"stealable": true
198215
},
199-
"modified": "2025-10-06T20:03:30+00:00",
216+
"modified": "2026-07-20T11:57:21+00:00",
200217
"nav_title": null,
201218
"preview_caption_link": null,
202219
"review_state": "published",

0 commit comments

Comments
 (0)