From ac3299996f3a7147f943582255509a744c8a9772 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 11 May 2025 21:05:39 +0100 Subject: [PATCH] tome export --- ..._view_display.node.daily_email.default.yml | 6 +- ...tity_view_display.node.daily_email.rss.yml | 32 ++ ...y_view_display.node.daily_email.teaser.yml | 6 +- config/sync/node.type.daily_email.yml | 2 +- config/sync/system.performance.yml | 4 +- config/sync/system.rss.yml | 2 +- .../sync/views.view.daily_email_rss_feed.yml | 344 +++++++++++++++++- content/meta/index.json | 38 +- ....42bd662a-80da-4069-9fb8-14db3a77bb8c.json | 7 + ....b8966985-d4b2-42a7-a319-2e94ccfbb849.json | 9 +- 10 files changed, 411 insertions(+), 39 deletions(-) create mode 100644 config/sync/core.entity_view_display.node.daily_email.rss.yml diff --git a/config/sync/core.entity_view_display.node.daily_email.default.yml b/config/sync/core.entity_view_display.node.daily_email.default.yml index 230115fc0..1678ad6ab 100644 --- a/config/sync/core.entity_view_display.node.daily_email.default.yml +++ b/config/sync/core.entity_view_display.node.daily_email.default.yml @@ -21,10 +21,6 @@ content: third_party_settings: { } weight: 0 region: content - links: - settings: { } - third_party_settings: { } - weight: 100 - region: content hidden: feeds_item: true + links: true diff --git a/config/sync/core.entity_view_display.node.daily_email.rss.yml b/config/sync/core.entity_view_display.node.daily_email.rss.yml new file mode 100644 index 000000000..2b5661be1 --- /dev/null +++ b/config/sync/core.entity_view_display.node.daily_email.rss.yml @@ -0,0 +1,32 @@ +uuid: fa37d7a0-718a-45df-9142-e32e47a15e1f +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.rss + - field.field.node.daily_email.body + - field.field.node.daily_email.feeds_item + - node.type.daily_email + module: + - layout_builder + - text + - user +third_party_settings: + layout_builder: + enabled: false + allow_custom: false +id: node.daily_email.rss +targetEntityType: node +bundle: daily_email +mode: rss +content: + body: + type: text_default + label: hidden + settings: { } + third_party_settings: { } + weight: 0 + region: content +hidden: + feeds_item: true + links: true diff --git a/config/sync/core.entity_view_display.node.daily_email.teaser.yml b/config/sync/core.entity_view_display.node.daily_email.teaser.yml index 47ccb5402..74940fd82 100644 --- a/config/sync/core.entity_view_display.node.daily_email.teaser.yml +++ b/config/sync/core.entity_view_display.node.daily_email.teaser.yml @@ -23,10 +23,6 @@ content: third_party_settings: { } weight: 0 region: content - links: - settings: { } - third_party_settings: { } - weight: 100 - region: content hidden: feeds_item: true + links: true diff --git a/config/sync/node.type.daily_email.yml b/config/sync/node.type.daily_email.yml index 604f2c686..66ed17629 100644 --- a/config/sync/node.type.daily_email.yml +++ b/config/sync/node.type.daily_email.yml @@ -14,4 +14,4 @@ description: null help: null new_revision: true preview_mode: 1 -display_submitted: true +display_submitted: false diff --git a/config/sync/system.performance.yml b/config/sync/system.performance.yml index b939d47e0..51673a8c9 100644 --- a/config/sync/system.performance.yml +++ b/config/sync/system.performance.yml @@ -4,7 +4,7 @@ cache: page: max_age: 3600 css: - preprocess: true + preprocess: false gzip: true fast_404: enabled: true @@ -12,5 +12,5 @@ fast_404: exclude_paths: '/\/(?:styles|imagecache)\//' html: '404 Not Found

Not Found

The requested URL "@path" was not found on this server.

' js: - preprocess: true + preprocess: false gzip: true diff --git a/config/sync/system.rss.yml b/config/sync/system.rss.yml index d8062089e..f90ea1bd5 100644 --- a/config/sync/system.rss.yml +++ b/config/sync/system.rss.yml @@ -1,4 +1,4 @@ _core: default_config_hash: MIpNzlG4gPunfS7vTCwUPum6QH3GUsEBMj-qS631Jw0 items: - view_mode: rss + view_mode: fulltext diff --git a/config/sync/views.view.daily_email_rss_feed.yml b/config/sync/views.view.daily_email_rss_feed.yml index 99c0f842c..1ae547b86 100644 --- a/config/sync/views.view.daily_email_rss_feed.yml +++ b/config/sync/views.view.daily_email_rss_feed.yml @@ -3,9 +3,11 @@ langcode: en status: true dependencies: config: + - field.storage.node.body - node.type.daily_email module: - node + - text id: daily_email_rss_feed label: 'Daily email RSS feed' module: views @@ -68,6 +70,329 @@ display: multi_type: separator separator: ', ' field_api_classes: false + body: + id: body + table: node__body + field: body + relationship: none + group_type: group + admin_label: '' + plugin_id: field + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: text_default + settings: { } + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + nid: + id: nid + table: node_field_data + field: nid + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: nid + plugin_id: field + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: number_integer + settings: + thousand_separator: '' + prefix_suffix: true + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + view_node: + id: view_node + table: node + field: view_node + relationship: none + group_type: group + admin_label: '' + entity_type: node + plugin_id: entity_link + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + text: view + output_url_as_text: false + absolute: true + uid: + id: uid + table: node_field_data + field: uid + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: uid + plugin_id: field + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: false + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + created: + id: created + table: node_field_data + field: created + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: created + plugin_id: field + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: timestamp + settings: + date_format: medium + custom_date_format: '' + timezone: '' + tooltip: + date_format: long + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 + description: '' + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false pager: type: some options: @@ -161,7 +486,8 @@ display: - 'languages:language_content' - 'languages:language_interface' - 'user.node_grants:view' - tags: { } + tags: + - 'config:field.storage.node.body' feed_1: id: feed_1 display_title: Feed @@ -176,13 +502,20 @@ display: style: type: rss options: + grouping: { } uses_fields: false description: 'A daily email newsletter about software development, DevOps, community, and open source.' row: - type: node_rss + type: rss_fields options: - relationship: none - view_mode: default + title_field: title + link_field: view_node + description_field: body + creator_field: uid + date_field: created + guid_field_options: + guid_field: nid + guid_field_is_permalink: false display_extenders: { } path: rss/daily.xml cache_metadata: @@ -191,4 +524,5 @@ display: - 'languages:language_content' - 'languages:language_interface' - 'user.node_grants:view' - tags: { } + tags: + - 'config:field.storage.node.body' diff --git a/content/meta/index.json b/content/meta/index.json index 8b1ac29e7..ece3cdb9c 100644 --- a/content/meta/index.json +++ b/content/meta/index.json @@ -3428,6 +3428,15 @@ "user.b8966985-d4b2-42a7-a319-2e94ccfbb849", "feeds_feed.90c85284-7ca8-4074-9178-97ff8384fe76" ], + "node.0209ee07-9e17-4c85-ae5e-d14ae42bb22a": [ + "user.b8966985-d4b2-42a7-a319-2e94ccfbb849" + ], + "node.5a9c3a99-84f4-4dc3-8ddc-d05e0469f9b9": [ + "user.b8966985-d4b2-42a7-a319-2e94ccfbb849" + ], + "node.2a8afca0-9193-4e69-86bb-8d1d3639d6e1": [ + "user.b8966985-d4b2-42a7-a319-2e94ccfbb849" + ], "path_alias.ce6a75bd-adba-4221-a07b-d776d48d9c0d": [ "node.63032bf4-8a96-4e14-93b2-92f5b057184e" ], @@ -6143,6 +6152,15 @@ "path_alias.ce6b9ad5-376f-4bdd-b650-2d15d190f1b9": [ "node.5c793601-f8ea-470d-8c64-3e669226e651" ], + "path_alias.b03ec1f2-5970-4052-8d11-5214371b73ee": [ + "node.0209ee07-9e17-4c85-ae5e-d14ae42bb22a" + ], + "path_alias.d7f9cf2d-918d-4413-addf-3a6704c0a9db": [ + "node.5a9c3a99-84f4-4dc3-8ddc-d05e0469f9b9" + ], + "path_alias.53c80a2f-365c-403f-8e07-5f82311df5a4": [ + "node.2a8afca0-9193-4e69-86bb-8d1d3639d6e1" + ], "shortcut.0cabd243-2f9c-48ac-b0d9-f536d1cf1eaa": [], "shortcut.fd457304-bed3-4d38-926b-e190a05c37d3": [], "shortcut.8cd79370-99a8-45fc-89a8-639ffc00bd1c": [], @@ -6156,23 +6174,5 @@ "paragraph.81b18409-0f9d-49de-a8ff-c75c7c4852c0": [], "paragraph.e89e2456-b6b5-4c5f-922f-9f34f6e77e68": [], "paragraph.2f7f892b-75ff-48a0-9034-b9af048efd84": [], - "paragraph.c4f743d0-4cf5-40ea-96e5-8fe5dd1092fa": [], - "path_alias.b03ec1f2-5970-4052-8d11-5214371b73ee": [ - "node.0209ee07-9e17-4c85-ae5e-d14ae42bb22a" - ], - "node.0209ee07-9e17-4c85-ae5e-d14ae42bb22a": [ - "user.b8966985-d4b2-42a7-a319-2e94ccfbb849" - ], - "path_alias.d7f9cf2d-918d-4413-addf-3a6704c0a9db": [ - "node.5a9c3a99-84f4-4dc3-8ddc-d05e0469f9b9" - ], - "node.5a9c3a99-84f4-4dc3-8ddc-d05e0469f9b9": [ - "user.b8966985-d4b2-42a7-a319-2e94ccfbb849" - ], - "node.2a8afca0-9193-4e69-86bb-8d1d3639d6e1": [ - "user.b8966985-d4b2-42a7-a319-2e94ccfbb849" - ], - "path_alias.53c80a2f-365c-403f-8e07-5f82311df5a4": [ - "node.2a8afca0-9193-4e69-86bb-8d1d3639d6e1" - ] + "paragraph.c4f743d0-4cf5-40ea-96e5-8fe5dd1092fa": [] } \ No newline at end of file diff --git a/content/user.42bd662a-80da-4069-9fb8-14db3a77bb8c.json b/content/user.42bd662a-80da-4069-9fb8-14db3a77bb8c.json index 3c53bb602..e718bbb8c 100644 --- a/content/user.42bd662a-80da-4069-9fb8-14db3a77bb8c.json +++ b/content/user.42bd662a-80da-4069-9fb8-14db3a77bb8c.json @@ -63,5 +63,12 @@ "value": true } ], + "path": [ + { + "alias": null, + "pid": null, + "langcode": "en" + } + ], "user_picture": [] } \ No newline at end of file diff --git a/content/user.b8966985-d4b2-42a7-a319-2e94ccfbb849.json b/content/user.b8966985-d4b2-42a7-a319-2e94ccfbb849.json index 49081a3e4..6dbf5d547 100644 --- a/content/user.b8966985-d4b2-42a7-a319-2e94ccfbb849.json +++ b/content/user.b8966985-d4b2-42a7-a319-2e94ccfbb849.json @@ -52,7 +52,7 @@ ], "access": [ { - "value": "2025-05-11T09:20:22+00:00" + "value": "2025-05-11T20:01:11+00:00" } ], "login": [ @@ -77,5 +77,12 @@ "value": true } ], + "path": [ + { + "alias": null, + "pid": null, + "langcode": "en" + } + ], "user_picture": [] } \ No newline at end of file