Switch the feed type from file upload to URL

This commit is contained in:
Oliver Davies 2025-04-21 02:35:13 +01:00
parent d4d5a179c7
commit d6218b28e8

View file

@ -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'