Added projects feed type config
This commit is contained in:
parent
a7fcaaaa07
commit
be1398cb65
33
config/feeds.feed_type.csv_projects.yml
Normal file
33
config/feeds.feed_type.csv_projects.yml
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
uuid: 598b7583-02ff-4797-8613-7f182cd5c951
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- node.type.article
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: csv_projects
|
||||||
|
label: 'CSV Projects'
|
||||||
|
description: ''
|
||||||
|
help: ''
|
||||||
|
import_period: 3600
|
||||||
|
fetcher: upload
|
||||||
|
fetcher_configuration:
|
||||||
|
allowed_extensions: 'txt csv tsv xml opml'
|
||||||
|
directory: 'private://feeds'
|
||||||
|
parser: syndication
|
||||||
|
parser_configuration: { }
|
||||||
|
processor: 'entity:node'
|
||||||
|
processor_configuration:
|
||||||
|
langcode: en
|
||||||
|
update_existing: 0
|
||||||
|
update_non_existent: _delete
|
||||||
|
expire: -1
|
||||||
|
owner_feed_author: false
|
||||||
|
owner_id: 0
|
||||||
|
authorize: true
|
||||||
|
skip_hash_check: false
|
||||||
|
values:
|
||||||
|
type: article
|
||||||
|
custom_sources: { }
|
||||||
|
mappings: { }
|
Reference in New Issue
Block a user