Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions backend/news/+addHeadingBlockExaple.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add Heading block example to example page. @danalvrz
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"0126e819-d955-41c5-a736-2f0b5ffda8a1": {
"@type": "separator",
"styles": {
"align": "full"
"align:noprefix": "left",
"blockWidth:noprefix": "default",
"shortLine": false
}
},
"06a960a6-795c-409d-a55f-94d5047e3514": {
Expand All @@ -33,7 +35,7 @@
"head_title": null,
"href": [
{
"@id": "resolveuid/7ab9c48ede33415fa2a66a99549c8f70",
"@id": "../../resolveuid/7ab9c48ede33415fa2a66a99549c8f70",
"@type": "Document",
"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.",
"Title": "Page",
Expand All @@ -44,6 +46,7 @@
"title": "Page"
}
],
"overwrite": true,
"styles": {
"align": "left"
},
Expand Down Expand Up @@ -83,10 +86,12 @@
"4a0352d5-89df-48aa-944e-7270e81351d4": {
"@type": "separator",
"styles": {
"align": "full",
"backgroundColor": "transparent",
"noLine": false
}
"align:noprefix": "left",
"blockWidth:noprefix": "default",
"noLine": false,
"shortLine": false
},
"theme": "default"
},
"7a405d27-e5ca-426c-bca4-e40cc338f7ba": {
"@type": "slate",
Expand Down Expand Up @@ -133,12 +138,21 @@
"e328753b-d914-4bcb-8b8b-2d5060476efe": {
"@type": "separator",
"styles": {
"align": "full"
}
"align:noprefix": "left",
"blockWidth:noprefix": "default",
"shortLine": false
},
"theme": "default"
},
"e58cca3c-95d4-4819-951d-48415706bf41": {
"@type": "title"
},
"e70b81d8-4a04-4be0-986f-5a2c29243faa": {
"@type": "heading",
"heading": "Heading block",
"styles": {},
"theme": "default"
},
"faabad67-4aa2-4774-a48c-b1accf288700": {
"@type": "introduction",
"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.",
Expand All @@ -156,7 +170,9 @@
"fe637263-126e-4a7f-b4aa-36369c5155cc": {
"@type": "separator",
"styles": {
"align": "full"
"align:noprefix": "left",
"blockWidth:noprefix": "default",
"shortLine": false
}
}
},
Expand All @@ -168,6 +184,7 @@
"fe637263-126e-4a7f-b4aa-36369c5155cc",
"36960cee-ec85-458b-b0be-d2e7a5a41e5f",
"e328753b-d914-4bcb-8b8b-2d5060476efe",
"e70b81d8-4a04-4be0-986f-5a2c29243faa",
"06a960a6-795c-409d-a55f-94d5047e3514",
"b4691078-153d-451f-9b47-fa6f852a1e6c",
"7a405d27-e5ca-426c-bca4-e40cc338f7ba",
Expand Down Expand Up @@ -196,7 +213,7 @@
"locked": false,
"stealable": true
},
"modified": "2025-10-06T20:03:30+00:00",
"modified": "2026-07-20T11:57:21+00:00",
"nav_title": null,
"preview_caption_link": null,
"review_state": "published",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"language": "##DEFAULT##",
"layout": "file_view",
"lock": {},
"modified": "2023-09-22T14:28:28+00:00",
"modified": "2026-07-14T13:40:52+00:00",
"preview_caption_link": null,
"review_state": null,
"rights": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
}
},
"blocks_layout": {
"items": ["ff99d9d2-8dd8-4741-a9b1-c0452fcdd98b"]
"items": [
"ff99d9d2-8dd8-4741-a9b1-c0452fcdd98b"
]
},
"headline": "Block Title",
"styles": {},
Expand Down Expand Up @@ -346,7 +348,9 @@
}
},
"blocks_layout": {
"items": ["5c72db03-cc0d-454e-be9c-2b87b361445a"]
"items": [
"5c72db03-cc0d-454e-be9c-2b87b361445a"
]
},
"headline": "Block Title",
"styles": {},
Expand Down Expand Up @@ -790,7 +794,9 @@
"changeNote": "",
"contributors": [],
"created": "2025-06-10T09:59:47+00:00",
"creators": ["admin"],
"creators": [
"admin"
],
"description": "",
"effective": null,
"exclude_from_nav": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,9 @@
"changeNote": "",
"contributors": [],
"created": "2023-07-06T21:35:19+00:00",
"creators": ["admin"],
"creators": [
"admin"
],
"description": "The News Item content type can be used to display News content on the website.",
"effective": "2023-01-01T10:42:00+00:00",
"exclude_from_nav": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,9 @@
}
},
"blocks_layout": {
"items": ["51483392-532d-45f4-a0b0-eb11426421fc"]
"items": [
"51483392-532d-45f4-a0b0-eb11426421fc"
]
},
"headline": "Block Title",
"styles": {}
Expand Down Expand Up @@ -547,7 +549,9 @@
}
},
"blocks_layout": {
"items": ["22f2108c-7496-49ed-a592-115d011f165b"]
"items": [
"22f2108c-7496-49ed-a592-115d011f165b"
]
},
"headline": "Block Title",
"styles": {
Expand All @@ -571,7 +575,9 @@
"changeNote": "",
"contributors": [],
"created": "2023-07-06T21:35:22+00:00",
"creators": ["admin"],
"creators": [
"admin"
],
"description": "\nThe Grid block allows adding multi-column blocks. A grid block can contain between one and four columns of different blocks. Text, teasers, images and videos can be added in a grid block.",
"effective": "2023-07-06T18:35:00+00:00",
"exclude_from_nav": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@
"in_response_to": null,
"is_folderish": false,
"last_comment_date": null,
"listCreators": ["admin"],
"listCreators": [
"admin"
],
"location": null,
"mime_type": "image/jpeg",
"modified": "2023-09-22T14:28:04+00:00",
Expand Down Expand Up @@ -132,7 +134,9 @@
"in_response_to": null,
"is_folderish": false,
"last_comment_date": null,
"listCreators": ["admin"],
"listCreators": [
"admin"
],
"location": null,
"mime_type": "image/jpeg",
"modified": "2023-09-22T14:28:04+00:00",
Expand Down Expand Up @@ -202,7 +206,9 @@
"in_response_to": null,
"is_folderish": false,
"last_comment_date": null,
"listCreators": ["admin"],
"listCreators": [
"admin"
],
"location": null,
"mime_type": "image/jpeg",
"modified": "2023-09-22T14:27:57+00:00",
Expand Down Expand Up @@ -300,7 +306,9 @@
"in_response_to": null,
"is_folderish": false,
"last_comment_date": null,
"listCreators": ["admin"],
"listCreators": [
"admin"
],
"location": null,
"mime_type": "image/jpeg",
"modified": "2023-09-22T14:27:57+00:00",
Expand Down Expand Up @@ -398,7 +406,9 @@
"in_response_to": null,
"is_folderish": false,
"last_comment_date": null,
"listCreators": ["admin"],
"listCreators": [
"admin"
],
"location": null,
"mime_type": "image/jpeg",
"modified": "2023-09-22T14:27:57+00:00",
Expand Down Expand Up @@ -468,7 +478,9 @@
"in_response_to": null,
"is_folderish": false,
"last_comment_date": null,
"listCreators": ["admin"],
"listCreators": [
"admin"
],
"location": null,
"mime_type": "image/jpeg",
"modified": "2023-09-22T14:27:57+00:00",
Expand Down Expand Up @@ -623,7 +635,9 @@
"id": "image",
"image_field": "image",
"is_folderish": false,
"listCreators": ["admin"],
"listCreators": [
"admin"
],
"location": null,
"mime_type": "image/jpeg",
"modified": "2023-09-22T14:28:04+00:00",
Expand Down Expand Up @@ -687,7 +701,9 @@
"id": "image-light",
"image_field": "image",
"is_folderish": false,
"listCreators": ["admin"],
"listCreators": [
"admin"
],
"location": null,
"mime_type": "image/jpeg",
"modified": "2023-09-22T14:27:57+00:00",
Expand Down Expand Up @@ -767,7 +783,9 @@
"in_response_to": null,
"is_folderish": false,
"last_comment_date": null,
"listCreators": ["admin"],
"listCreators": [
"admin"
],
"location": null,
"mime_type": "image/jpeg",
"modified": "2023-09-22T14:27:57+00:00",
Expand Down Expand Up @@ -837,7 +855,9 @@
"in_response_to": null,
"is_folderish": false,
"last_comment_date": null,
"listCreators": ["admin"],
"listCreators": [
"admin"
],
"location": null,
"mime_type": "image/jpeg",
"modified": "2023-09-22T14:28:04+00:00",
Expand Down Expand Up @@ -907,7 +927,9 @@
"in_response_to": null,
"is_folderish": false,
"last_comment_date": null,
"listCreators": ["admin"],
"listCreators": [
"admin"
],
"location": null,
"mime_type": "image/jpeg",
"modified": "2023-09-22T14:28:04+00:00",
Expand Down Expand Up @@ -987,7 +1009,9 @@
"in_response_to": null,
"is_folderish": false,
"last_comment_date": null,
"listCreators": ["admin"],
"listCreators": [
"admin"
],
"location": null,
"mime_type": "image/jpeg",
"modified": "2023-09-22T14:27:57+00:00",
Expand Down Expand Up @@ -1057,7 +1081,9 @@
"in_response_to": null,
"is_folderish": false,
"last_comment_date": null,
"listCreators": ["admin"],
"listCreators": [
"admin"
],
"location": null,
"mime_type": "image/jpeg",
"modified": "2023-09-22T14:28:04+00:00",
Expand Down Expand Up @@ -1225,7 +1251,9 @@
"changeNote": "",
"contributors": [],
"created": "2024-04-08T11:46:58+00:00",
"creators": ["admin"],
"creators": [
"admin"
],
"description": "The Slider block allows you to add a slider to a page. A slider can display and tease multiple content on the website. Each piece of content is represented with an image containing the title, description and a button that leads to the linked content.\n",
"effective": "2024-04-08T16:54:00+00:00",
"exclude_from_nav": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,9 @@
}
},
"blocks_layout": {
"items": ["f8d80eba-642d-4c1d-93b8-6e0e2f9769a3"]
"items": [
"f8d80eba-642d-4c1d-93b8-6e0e2f9769a3"
]
},
"headline": "Block Title",
"styles": {},
Expand Down Expand Up @@ -451,7 +453,9 @@
}
},
"blocks_layout": {
"items": ["c40b2967-a6f0-4d54-b541-b4198bf34767"]
"items": [
"c40b2967-a6f0-4d54-b541-b4198bf34767"
]
},
"headline": "Block Title",
"styles": {},
Expand Down Expand Up @@ -910,7 +914,9 @@
"changeNote": "",
"contributors": [],
"created": "2025-06-10T10:01:47+00:00",
"creators": ["admin"],
"creators": [
"admin"
],
"description": "",
"effective": null,
"exclude_from_nav": false,
Expand Down
Loading
Loading