diff --git a/config/sync/core.entity_form_display.node.presentation.default.yml b/config/sync/core.entity_form_display.node.presentation.default.yml index e080dd9af..4ef90542e 100644 --- a/config/sync/core.entity_form_display.node.presentation.default.yml +++ b/config/sync/core.entity_form_display.node.presentation.default.yml @@ -3,7 +3,7 @@ langcode: en status: true dependencies: config: - - field.field.node.presentation.field_body + - field.field.node.presentation.body - field.field.node.presentation.field_events - node.type.presentation module: @@ -15,15 +15,9 @@ targetEntityType: node bundle: presentation mode: default content: - created: - type: datetime_timestamp - weight: 2 - region: content - settings: { } - third_party_settings: { } - field_body: + body: type: text_textarea_with_summary - weight: 8 + weight: 2 region: content settings: rows: 9 @@ -31,6 +25,12 @@ content: placeholder: '' show_summary: false third_party_settings: { } + created: + type: datetime_timestamp + weight: 2 + region: content + settings: { } + third_party_settings: { } field_events: type: paragraphs weight: 9 @@ -101,4 +101,9 @@ content: size: 60 placeholder: '' third_party_settings: { } + url_redirects: + weight: 50 + region: content + settings: { } + third_party_settings: { } hidden: { } diff --git a/config/sync/core.entity_view_display.node.presentation.default.yml b/config/sync/core.entity_view_display.node.presentation.default.yml index 0cfc73c3e..9567715e2 100644 --- a/config/sync/core.entity_view_display.node.presentation.default.yml +++ b/config/sync/core.entity_view_display.node.presentation.default.yml @@ -3,7 +3,7 @@ langcode: en status: true dependencies: config: - - field.field.node.presentation.field_body + - field.field.node.presentation.body - field.field.node.presentation.field_events - node.type.presentation module: @@ -15,9 +15,9 @@ targetEntityType: node bundle: presentation mode: default content: - field_body: + body: type: text_default - label: above + label: hidden settings: { } third_party_settings: { } weight: 0 diff --git a/config/sync/core.entity_view_display.node.presentation.teaser.yml b/config/sync/core.entity_view_display.node.presentation.teaser.yml new file mode 100644 index 000000000..528be971a --- /dev/null +++ b/config/sync/core.entity_view_display.node.presentation.teaser.yml @@ -0,0 +1,32 @@ +uuid: 3990c095-c163-4100-8599-b1b0e5a29843 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.teaser + - field.field.node.presentation.body + - field.field.node.presentation.field_events + - node.type.presentation + module: + - text + - user +id: node.presentation.teaser +targetEntityType: node +bundle: presentation +mode: teaser +content: + body: + type: text_summary_or_trimmed + label: hidden + settings: + trim_length: 600 + third_party_settings: { } + weight: 0 + region: content + links: + settings: { } + third_party_settings: { } + weight: 100 + region: content +hidden: + field_events: true diff --git a/config/sync/field.field.node.presentation.field_body.yml b/config/sync/field.field.node.presentation.body.yml similarity index 56% rename from config/sync/field.field.node.presentation.field_body.yml rename to config/sync/field.field.node.presentation.body.yml index e47f3b210..b9928e412 100644 --- a/config/sync/field.field.node.presentation.field_body.yml +++ b/config/sync/field.field.node.presentation.body.yml @@ -1,30 +1,28 @@ -uuid: cc599835-0c43-4f36-b5b3-ad7fc4db1563 +uuid: 2763e469-0dfb-4d01-86e4-4fca0507df80 langcode: en status: true dependencies: config: - - field.storage.node.field_body + - field.storage.node.body - filter.format.basic_html - - filter.format.full_html - - filter.format.restricted_html + - filter.format.markdown - node.type.presentation module: - text -id: node.presentation.field_body -field_name: field_body +id: node.presentation.body +field_name: body entity_type: node bundle: presentation label: Body description: '' -required: false +required: true translatable: false default_value: { } default_value_callback: '' settings: display_summary: true - required_summary: true + required_summary: false allowed_formats: + - markdown - basic_html - - restricted_html - - full_html field_type: text_with_summary diff --git a/config/sync/field.storage.node.field_body.yml b/config/sync/field.storage.node.field_body.yml deleted file mode 100644 index e0e251a78..000000000 --- a/config/sync/field.storage.node.field_body.yml +++ /dev/null @@ -1,19 +0,0 @@ -uuid: 60434000-73e1-4ff1-9376-6759a817421a -langcode: en -status: true -dependencies: - module: - - node - - text -id: node.field_body -field_name: field_body -entity_type: node -type: text_with_summary -settings: { } -module: text -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/content/node.00cbe903-afbd-4074-867d-4499873f3ec9.json b/content/node.00cbe903-afbd-4074-867d-4499873f3ec9.json index 6c4336e7a..75307a788 100644 --- a/content/node.00cbe903-afbd-4074-867d-4499873f3ec9.json +++ b/content/node.00cbe903-afbd-4074-867d-4499873f3ec9.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.11ff7528-5853-4557-bab4-190e6edab4a5.json b/content/node.11ff7528-5853-4557-bab4-190e6edab4a5.json index 11a4dd56c..609575fc4 100644 --- a/content/node.11ff7528-5853-4557-bab4-190e6edab4a5.json +++ b/content/node.11ff7528-5853-4557-bab4-190e6edab4a5.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.209ce05d-6831-47b2-b069-c4e31f698885.json b/content/node.209ce05d-6831-47b2-b069-c4e31f698885.json index 1792f64fc..32258e42c 100644 --- a/content/node.209ce05d-6831-47b2-b069-c4e31f698885.json +++ b/content/node.209ce05d-6831-47b2-b069-c4e31f698885.json @@ -18,7 +18,7 @@ ], "revision_timestamp": [ { - "value": "2025-05-11T06:12:41+00:00" + "value": "2025-06-28T12:45:26+00:00" } ], "revision_uid": [ @@ -51,7 +51,7 @@ ], "changed": [ { - "value": "2025-05-11T06:12:41+00:00" + "value": "2025-06-28T12:45:26+00:00" } ], "promote": [ @@ -80,11 +80,11 @@ "langcode": "en" } ], - "field_body": [ + "body": [ { - "value": "

After speaking at a recent meetup, I was asked by an attending lecturer to give a presentation to a group of around 40 BTEC Computing students about web development and my experience in the industry.<\/p>

This was a 90 minute session plus additional Q&A, including demos of building a static website with HTML and CSS, using a static site generator (Sculpin) and a content management system (Drupal).<\/p>", - "format": "basic_html", - "processed": "

After speaking at a recent meetup, I was asked by an attending lecturer to give a presentation to a group of around 40 BTEC Computing students about web development and my experience in the industry.<\/p>

This was a 90 minute session plus additional Q&A, including demos of building a static website with HTML and CSS, using a static site generator (Sculpin) and a content management system (Drupal).<\/p>", + "value": "After speaking at a recent meetup, I was asked by an attending lecturer to give a presentation to a group of around 40 BTEC Computing students about web development and my experience in the industry.\r\n\r\nThis was a 90 minute session plus additional Q&A, including demos of building a static website with HTML and CSS, using a static site generator (Sculpin) and a content management system (Drupal).", + "format": "markdown", + "processed": "

After speaking at a recent meetup, I was asked by an attending lecturer to give a presentation to a group of around 40 BTEC Computing students about web development and my experience in the industry.<\/p>\n

This was a 90 minute session plus additional Q&A, including demos of building a static website with HTML and CSS, using a static site generator (Sculpin) and a content management system (Drupal).<\/p>\n", "summary": "I was asked to speak to a group of 40 BTEC Computing students at Reading College." } ], diff --git a/content/node.261e86dc-ffbb-4274-a61a-8ddd9fadff5e.json b/content/node.261e86dc-ffbb-4274-a61a-8ddd9fadff5e.json index 117705c66..149a5c406 100644 --- a/content/node.261e86dc-ffbb-4274-a61a-8ddd9fadff5e.json +++ b/content/node.261e86dc-ffbb-4274-a61a-8ddd9fadff5e.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.28e7dab2-8990-43ca-8f69-16608eae051f.json b/content/node.28e7dab2-8990-43ca-8f69-16608eae051f.json index 26fa535c9..916a29b75 100644 --- a/content/node.28e7dab2-8990-43ca-8f69-16608eae051f.json +++ b/content/node.28e7dab2-8990-43ca-8f69-16608eae051f.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.29a792d3-f83c-4802-95cf-ce39109dd96a.json b/content/node.29a792d3-f83c-4802-95cf-ce39109dd96a.json index 6b8d7ed4e..9bf3cfd92 100644 --- a/content/node.29a792d3-f83c-4802-95cf-ce39109dd96a.json +++ b/content/node.29a792d3-f83c-4802-95cf-ce39109dd96a.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.2b4c5ae7-3754-44ae-a0c0-40a24a64fc2f.json b/content/node.2b4c5ae7-3754-44ae-a0c0-40a24a64fc2f.json index d95d93c32..6d9fe5fa3 100644 --- a/content/node.2b4c5ae7-3754-44ae-a0c0-40a24a64fc2f.json +++ b/content/node.2b4c5ae7-3754-44ae-a0c0-40a24a64fc2f.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.32df4c3d-0719-49eb-8dde-0d04ea746de8.json b/content/node.32df4c3d-0719-49eb-8dde-0d04ea746de8.json index 527657323..056b684f6 100644 --- a/content/node.32df4c3d-0719-49eb-8dde-0d04ea746de8.json +++ b/content/node.32df4c3d-0719-49eb-8dde-0d04ea746de8.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.3424c5e4-6b60-4ba4-b9f1-37b964cbcb91.json b/content/node.3424c5e4-6b60-4ba4-b9f1-37b964cbcb91.json index dd7a3298e..bbf112c96 100644 --- a/content/node.3424c5e4-6b60-4ba4-b9f1-37b964cbcb91.json +++ b/content/node.3424c5e4-6b60-4ba4-b9f1-37b964cbcb91.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.3e86a978-80ed-4e0d-9e93-93001f1d52ad.json b/content/node.3e86a978-80ed-4e0d-9e93-93001f1d52ad.json index 3553702b0..e5aae5137 100644 --- a/content/node.3e86a978-80ed-4e0d-9e93-93001f1d52ad.json +++ b/content/node.3e86a978-80ed-4e0d-9e93-93001f1d52ad.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.4229ad32-8ef7-4315-ad6d-c7fea0157f7f.json b/content/node.4229ad32-8ef7-4315-ad6d-c7fea0157f7f.json index daca2917b..584043a6d 100644 --- a/content/node.4229ad32-8ef7-4315-ad6d-c7fea0157f7f.json +++ b/content/node.4229ad32-8ef7-4315-ad6d-c7fea0157f7f.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.478e9266-742d-4c7d-92fb-0f6797b0da9e.json b/content/node.478e9266-742d-4c7d-92fb-0f6797b0da9e.json index 9cf9a3a8b..39a8837f0 100644 --- a/content/node.478e9266-742d-4c7d-92fb-0f6797b0da9e.json +++ b/content/node.478e9266-742d-4c7d-92fb-0f6797b0da9e.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.4d1aa9fa-091a-425a-941a-102e6f17e768.json b/content/node.4d1aa9fa-091a-425a-941a-102e6f17e768.json index b58df0a7f..78b42a191 100644 --- a/content/node.4d1aa9fa-091a-425a-941a-102e6f17e768.json +++ b/content/node.4d1aa9fa-091a-425a-941a-102e6f17e768.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.4eec6b8d-0376-4b5f-84a9-cdc2fca2395e.json b/content/node.4eec6b8d-0376-4b5f-84a9-cdc2fca2395e.json index 9e0779c05..98213ebdd 100644 --- a/content/node.4eec6b8d-0376-4b5f-84a9-cdc2fca2395e.json +++ b/content/node.4eec6b8d-0376-4b5f-84a9-cdc2fca2395e.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.622123fa-d820-4372-a68d-a049f9ceb348.json b/content/node.622123fa-d820-4372-a68d-a049f9ceb348.json index 155cf00b8..f86383492 100644 --- a/content/node.622123fa-d820-4372-a68d-a049f9ceb348.json +++ b/content/node.622123fa-d820-4372-a68d-a049f9ceb348.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.67967073-f8ca-4253-b806-a570806f18ee.json b/content/node.67967073-f8ca-4253-b806-a570806f18ee.json index 35b2bc334..721430b96 100644 --- a/content/node.67967073-f8ca-4253-b806-a570806f18ee.json +++ b/content/node.67967073-f8ca-4253-b806-a570806f18ee.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.67e872b0-38b9-4bf8-9ca2-82b6e2cd488b.json b/content/node.67e872b0-38b9-4bf8-9ca2-82b6e2cd488b.json index 6d80ada45..5c161a7a2 100644 --- a/content/node.67e872b0-38b9-4bf8-9ca2-82b6e2cd488b.json +++ b/content/node.67e872b0-38b9-4bf8-9ca2-82b6e2cd488b.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.6d9734c9-2165-4b6c-8617-1dcb5af116bb.json b/content/node.6d9734c9-2165-4b6c-8617-1dcb5af116bb.json index 36106b05d..444c004e2 100644 --- a/content/node.6d9734c9-2165-4b6c-8617-1dcb5af116bb.json +++ b/content/node.6d9734c9-2165-4b6c-8617-1dcb5af116bb.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.720227fb-2539-4f99-8a3a-097ad7fbea5b.json b/content/node.720227fb-2539-4f99-8a3a-097ad7fbea5b.json index 77b41ec7a..69a6144ec 100644 --- a/content/node.720227fb-2539-4f99-8a3a-097ad7fbea5b.json +++ b/content/node.720227fb-2539-4f99-8a3a-097ad7fbea5b.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.7646b8ce-4388-4b19-9ef6-73439442c359.json b/content/node.7646b8ce-4388-4b19-9ef6-73439442c359.json index e931f5cdc..4e1d63c7f 100644 --- a/content/node.7646b8ce-4388-4b19-9ef6-73439442c359.json +++ b/content/node.7646b8ce-4388-4b19-9ef6-73439442c359.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.76b39ff6-103e-4ebf-b4c2-de6c369a7a65.json b/content/node.76b39ff6-103e-4ebf-b4c2-de6c369a7a65.json index 6fa34d902..d7280a5c1 100644 --- a/content/node.76b39ff6-103e-4ebf-b4c2-de6c369a7a65.json +++ b/content/node.76b39ff6-103e-4ebf-b4c2-de6c369a7a65.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.7cc21bad-5b2e-450c-86b4-19b79f4b21c1.json b/content/node.7cc21bad-5b2e-450c-86b4-19b79f4b21c1.json index 22642eb9b..30b590038 100644 --- a/content/node.7cc21bad-5b2e-450c-86b4-19b79f4b21c1.json +++ b/content/node.7cc21bad-5b2e-450c-86b4-19b79f4b21c1.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.872ee6d1-ddeb-4b85-a443-c5cf2d9f864d.json b/content/node.872ee6d1-ddeb-4b85-a443-c5cf2d9f864d.json index 07409ea04..4725f0d83 100644 --- a/content/node.872ee6d1-ddeb-4b85-a443-c5cf2d9f864d.json +++ b/content/node.872ee6d1-ddeb-4b85-a443-c5cf2d9f864d.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.8db50e55-72a9-4957-97c7-8a5ae127eeaa.json b/content/node.8db50e55-72a9-4957-97c7-8a5ae127eeaa.json index 2056dc0d4..6ca1694c1 100644 --- a/content/node.8db50e55-72a9-4957-97c7-8a5ae127eeaa.json +++ b/content/node.8db50e55-72a9-4957-97c7-8a5ae127eeaa.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.91228b97-e4df-43c9-8f1e-6aaa6998b6c7.json b/content/node.91228b97-e4df-43c9-8f1e-6aaa6998b6c7.json index 43612308b..5552567ff 100644 --- a/content/node.91228b97-e4df-43c9-8f1e-6aaa6998b6c7.json +++ b/content/node.91228b97-e4df-43c9-8f1e-6aaa6998b6c7.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.93689f20-8355-413a-8c23-5096802fbd65.json b/content/node.93689f20-8355-413a-8c23-5096802fbd65.json index 5770fa363..50e71cece 100644 --- a/content/node.93689f20-8355-413a-8c23-5096802fbd65.json +++ b/content/node.93689f20-8355-413a-8c23-5096802fbd65.json @@ -18,7 +18,7 @@ ], "revision_timestamp": [ { - "value": "2025-04-29T17:07:54+00:00" + "value": "2025-06-28T12:45:59+00:00" } ], "revision_uid": [ @@ -51,7 +51,7 @@ ], "changed": [ { - "value": "2025-04-29T17:07:54+00:00" + "value": "2025-06-28T12:45:59+00:00" } ], "promote": [ @@ -80,11 +80,11 @@ "langcode": "en" } ], - "field_body": [ + "body": [ { - "value": "

Sculpin<\/a> is a static site generator written in PHP. It converts Markdown files, Twig templates and standard HTML into a static HTML site that can be easily deployed.<\/p>

This talk will cover a little of the background to Sculpin and what it is, and then will move into some demonstrations of how to build a Sculpin site and what it can do!<\/p>", - "format": "basic_html", - "processed": "

Sculpin<\/a> is a static site generator written in PHP. It converts Markdown files, Twig templates and standard HTML into a static HTML site that can be easily deployed.<\/p>

This talk will cover a little of the background to Sculpin and what it is, and then will move into some demonstrations of how to build a Sculpin site and what it can do!<\/p>", + "value": "Sculpin is a static site generator written in PHP. It converts Markdown files, Twig templates and standard HTML into a static HTML site that can be easily deployed.\r\n\r\nThis talk will cover a little of the background to Sculpin and what it is, and then will move into some demonstrations of how to build a Sculpin site and what it can do!", + "format": "markdown", + "processed": "

Sculpin is a static site generator written in PHP. It converts Markdown files, Twig templates and standard HTML into a static HTML site that can be easily deployed.<\/p>\n

This talk will cover a little of the background to Sculpin and what it is, and then will move into some demonstrations of how to build a Sculpin site and what it can do!<\/p>\n", "summary": "How to use Sculpin to generate static HTML websites." } ], diff --git a/content/node.9478a73a-b12b-426e-abcf-f007d544d244.json b/content/node.9478a73a-b12b-426e-abcf-f007d544d244.json index 2b5669b17..20486e74e 100644 --- a/content/node.9478a73a-b12b-426e-abcf-f007d544d244.json +++ b/content/node.9478a73a-b12b-426e-abcf-f007d544d244.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.9b87c047-0a3b-4a66-8ea8-f8a1981f686c.json b/content/node.9b87c047-0a3b-4a66-8ea8-f8a1981f686c.json index 55f1bef38..732f633f8 100644 --- a/content/node.9b87c047-0a3b-4a66-8ea8-f8a1981f686c.json +++ b/content/node.9b87c047-0a3b-4a66-8ea8-f8a1981f686c.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.b3371f53-7540-46da-b9dd-0247c0042c60.json b/content/node.b3371f53-7540-46da-b9dd-0247c0042c60.json index 4b841434b..f588f031b 100644 --- a/content/node.b3371f53-7540-46da-b9dd-0247c0042c60.json +++ b/content/node.b3371f53-7540-46da-b9dd-0247c0042c60.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.bbdaeb7f-4154-4919-a1e6-1dcc33c3ac87.json b/content/node.bbdaeb7f-4154-4919-a1e6-1dcc33c3ac87.json index 3a0ec2bb5..bbbdbe9f0 100644 --- a/content/node.bbdaeb7f-4154-4919-a1e6-1dcc33c3ac87.json +++ b/content/node.bbdaeb7f-4154-4919-a1e6-1dcc33c3ac87.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.c88b1c71-9bf2-4055-820b-6f9377ed31af.json b/content/node.c88b1c71-9bf2-4055-820b-6f9377ed31af.json index b9484c319..987524b83 100644 --- a/content/node.c88b1c71-9bf2-4055-820b-6f9377ed31af.json +++ b/content/node.c88b1c71-9bf2-4055-820b-6f9377ed31af.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.d31d81e0-5591-424a-b89f-e38a0b35ff25.json b/content/node.d31d81e0-5591-424a-b89f-e38a0b35ff25.json index 3972083a0..b8a55f136 100644 --- a/content/node.d31d81e0-5591-424a-b89f-e38a0b35ff25.json +++ b/content/node.d31d81e0-5591-424a-b89f-e38a0b35ff25.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.d46b09ba-3534-422c-b897-05619490a269.json b/content/node.d46b09ba-3534-422c-b897-05619490a269.json index 18fe81d6f..1f6fe3d6a 100644 --- a/content/node.d46b09ba-3534-422c-b897-05619490a269.json +++ b/content/node.d46b09ba-3534-422c-b897-05619490a269.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.d60d49f4-3d4f-4dd1-bcb8-1e75f74032c1.json b/content/node.d60d49f4-3d4f-4dd1-bcb8-1e75f74032c1.json index cc2dacb51..d14222742 100644 --- a/content/node.d60d49f4-3d4f-4dd1-bcb8-1e75f74032c1.json +++ b/content/node.d60d49f4-3d4f-4dd1-bcb8-1e75f74032c1.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.dbb09dcc-ad50-4ec0-9567-1d799292107f.json b/content/node.dbb09dcc-ad50-4ec0-9567-1d799292107f.json index d6b4e415c..f3f082633 100644 --- a/content/node.dbb09dcc-ad50-4ec0-9567-1d799292107f.json +++ b/content/node.dbb09dcc-ad50-4ec0-9567-1d799292107f.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.e2353e18-0a03-4448-a8db-728dbd4146e8.json b/content/node.e2353e18-0a03-4448-a8db-728dbd4146e8.json index 1fe687082..e63ffc147 100644 --- a/content/node.e2353e18-0a03-4448-a8db-728dbd4146e8.json +++ b/content/node.e2353e18-0a03-4448-a8db-728dbd4146e8.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.e83b2be0-560c-43a0-b22c-4d11898e2591.json b/content/node.e83b2be0-560c-43a0-b22c-4d11898e2591.json index 6891140c1..afb4d37b7 100644 --- a/content/node.e83b2be0-560c-43a0-b22c-4d11898e2591.json +++ b/content/node.e83b2be0-560c-43a0-b22c-4d11898e2591.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.ef95ec60-773e-44ce-a0aa-5e009112f8f4.json b/content/node.ef95ec60-773e-44ce-a0aa-5e009112f8f4.json index 163bab54c..3bbfe14ed 100644 --- a/content/node.ef95ec60-773e-44ce-a0aa-5e009112f8f4.json +++ b/content/node.ef95ec60-773e-44ce-a0aa-5e009112f8f4.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.f9b17889-2531-4e1e-b120-a0f0e27fed83.json b/content/node.f9b17889-2531-4e1e-b120-a0f0e27fed83.json index 217648f2f..a8fd1e228 100644 --- a/content/node.f9b17889-2531-4e1e-b120-a0f0e27fed83.json +++ b/content/node.f9b17889-2531-4e1e-b120-a0f0e27fed83.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/node.fd961f16-2935-474b-af7e-99885bd38a5b.json b/content/node.fd961f16-2935-474b-af7e-99885bd38a5b.json index 922dc2567..ccf87b7ea 100644 --- a/content/node.fd961f16-2935-474b-af7e-99885bd38a5b.json +++ b/content/node.fd961f16-2935-474b-af7e-99885bd38a5b.json @@ -80,6 +80,5 @@ "langcode": "en" } ], - "field_body": [], "field_events": [] } \ No newline at end of file diff --git a/content/paragraph.08be1735-e111-4a35-a270-2c56640f689f.json b/content/paragraph.08be1735-e111-4a35-a270-2c56640f689f.json index 2dff22ec2..1fd7b3597 100644 --- a/content/paragraph.08be1735-e111-4a35-a270-2c56640f689f.json +++ b/content/paragraph.08be1735-e111-4a35-a270-2c56640f689f.json @@ -32,11 +32,7 @@ "value": true } ], - "revision_translation_affected": [ - { - "value": true - } - ], + "revision_translation_affected": [], "field_date": [ { "value": "2021-12-09" diff --git a/content/paragraph.2f7f892b-75ff-48a0-9034-b9af048efd84.json b/content/paragraph.2f7f892b-75ff-48a0-9034-b9af048efd84.json index a5654825d..dddae06cd 100644 --- a/content/paragraph.2f7f892b-75ff-48a0-9034-b9af048efd84.json +++ b/content/paragraph.2f7f892b-75ff-48a0-9034-b9af048efd84.json @@ -32,11 +32,7 @@ "value": true } ], - "revision_translation_affected": [ - { - "value": true - } - ], + "revision_translation_affected": [], "field_date": [ { "value": "2015-10-14" diff --git a/content/paragraph.34fea7ca-2458-448e-8991-495d69ee6836.json b/content/paragraph.34fea7ca-2458-448e-8991-495d69ee6836.json index 73cc89305..ed12a194b 100644 --- a/content/paragraph.34fea7ca-2458-448e-8991-495d69ee6836.json +++ b/content/paragraph.34fea7ca-2458-448e-8991-495d69ee6836.json @@ -32,11 +32,7 @@ "value": true } ], - "revision_translation_affected": [ - { - "value": true - } - ], + "revision_translation_affected": [], "field_date": [ { "value": "2024-02-14" diff --git a/content/paragraph.373fc0f2-717e-4fea-ae97-ec2c674834fd.json b/content/paragraph.373fc0f2-717e-4fea-ae97-ec2c674834fd.json index 8592fe5c8..78eba5620 100644 --- a/content/paragraph.373fc0f2-717e-4fea-ae97-ec2c674834fd.json +++ b/content/paragraph.373fc0f2-717e-4fea-ae97-ec2c674834fd.json @@ -32,11 +32,7 @@ "value": true } ], - "revision_translation_affected": [ - { - "value": true - } - ], + "revision_translation_affected": [], "field_date": [ { "value": "2024-08-28" diff --git a/content/paragraph.81b18409-0f9d-49de-a8ff-c75c7c4852c0.json b/content/paragraph.81b18409-0f9d-49de-a8ff-c75c7c4852c0.json index 78722a525..2a0fdd076 100644 --- a/content/paragraph.81b18409-0f9d-49de-a8ff-c75c7c4852c0.json +++ b/content/paragraph.81b18409-0f9d-49de-a8ff-c75c7c4852c0.json @@ -32,11 +32,7 @@ "value": true } ], - "revision_translation_affected": [ - { - "value": true - } - ], + "revision_translation_affected": [], "field_date": [ { "value": "2021-09-07" diff --git a/content/paragraph.8828e7e1-466a-4086-a79a-e120899f0784.json b/content/paragraph.8828e7e1-466a-4086-a79a-e120899f0784.json index 4c4c6cc58..e047bfb5f 100644 --- a/content/paragraph.8828e7e1-466a-4086-a79a-e120899f0784.json +++ b/content/paragraph.8828e7e1-466a-4086-a79a-e120899f0784.json @@ -32,11 +32,7 @@ "value": true } ], - "revision_translation_affected": [ - { - "value": true - } - ], + "revision_translation_affected": [], "field_date": [ { "value": "2024-05-23" diff --git a/content/paragraph.c4f743d0-4cf5-40ea-96e5-8fe5dd1092fa.json b/content/paragraph.c4f743d0-4cf5-40ea-96e5-8fe5dd1092fa.json index bed74031e..d3b9aefc0 100644 --- a/content/paragraph.c4f743d0-4cf5-40ea-96e5-8fe5dd1092fa.json +++ b/content/paragraph.c4f743d0-4cf5-40ea-96e5-8fe5dd1092fa.json @@ -32,11 +32,7 @@ "value": true } ], - "revision_translation_affected": [ - { - "value": true - } - ], + "revision_translation_affected": [], "field_date": [ { "value": "2025-05-09" diff --git a/content/paragraph.e89e2456-b6b5-4c5f-922f-9f34f6e77e68.json b/content/paragraph.e89e2456-b6b5-4c5f-922f-9f34f6e77e68.json index b1b33a167..fcff9331f 100644 --- a/content/paragraph.e89e2456-b6b5-4c5f-922f-9f34f6e77e68.json +++ b/content/paragraph.e89e2456-b6b5-4c5f-922f-9f34f6e77e68.json @@ -32,11 +32,7 @@ "value": true } ], - "revision_translation_affected": [ - { - "value": true - } - ], + "revision_translation_affected": [], "field_date": [ { "value": "2021-08-19" diff --git a/content/paragraph.e8a7c3c3-c07a-4545-8387-ab03b8f7f47a.json b/content/paragraph.e8a7c3c3-c07a-4545-8387-ab03b8f7f47a.json index 1773f0c0f..146d3b236 100644 --- a/content/paragraph.e8a7c3c3-c07a-4545-8387-ab03b8f7f47a.json +++ b/content/paragraph.e8a7c3c3-c07a-4545-8387-ab03b8f7f47a.json @@ -32,11 +32,7 @@ "value": true } ], - "revision_translation_affected": [ - { - "value": true - } - ], + "revision_translation_affected": [], "field_date": [ { "value": "2025-03-20"