summaryrefslogtreecommitdiff
path: root/modules/fahad/faq/config/install/migrate_plus.migration.faqs.yml
blob: 5439881b85f4b75c8e1c201baa13366f83db788c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
langcode: en
status: true
dependencies: {  }
id: faqs
class: null
field_plugin_method: null
cck_plugin_method: null
migration_tags: null
migration_group: null
label: 'Custom Content migration from CSV for FAQS'
source:
  plugin: csv
  path: /var/www/html/project/docroot/FAQ.csv
  header_row_count: 1
  keys:
    - id
process:
  type:
    plugin: default_value
    default_value: faq
  title: title
  body: body
destination:
  plugin: 'entity:node'
migration_dependencies:
  required: {  }
  optional: {  }