Switch the feed type from file upload to URL
This commit is contained in:
parent
d4d5a179c7
commit
d6218b28e8
1 changed files with 7 additions and 4 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue