From d6218b28e85fe9fafc15bc87de431181903c694b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 21 Apr 2025 02:35:13 +0100 Subject: [PATCH] Switch the feed type from file upload to URL --- config/sync/feeds.feed_type.daily_emails.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/config/sync/feeds.feed_type.daily_emails.yml b/config/sync/feeds.feed_type.daily_emails.yml index 35805e8d9..3942c245b 100644 --- a/config/sync/feeds.feed_type.daily_emails.yml +++ b/config/sync/feeds.feed_type.daily_emails.yml @@ -11,11 +11,14 @@ label: 'Daily emails' id: daily_emails description: '' help: '' -import_period: -1 -fetcher: upload +import_period: 43200 +fetcher: http fetcher_configuration: - allowed_extensions: 'txt csv tsv xml opml' - directory: 'public://feeds' + auto_detect_feeds: false + use_pubsubhubbub: false + always_download: false + fallback_hub: '' + request_timeout: 30 parser: syndication parser_configuration: { } processor: 'entity:node'