migration materiau: title, short-description, body, workflow, memo, migration; admin content nodes

This commit is contained in:
2018-12-11 16:58:49 +01:00
parent 89fcefa951
commit 8ac49ad737
15 changed files with 1433 additions and 13 deletions

View File

@@ -0,0 +1,55 @@
uuid: f113a2b3-4712-484a-94d9-e755aa11b066
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: yKRLVNGN4qBohpANHHYbIJR7GZba5K4Ojq0NJBWJkTM
id: d7_node_materiau
class: null
field_plugin_method: null
cck_plugin_method: null
migration_tags:
- 'Drupal 7'
- Content
- Materio
migration_group: d7_materio
label: 'Node Materiau'
source:
plugin: d7_node_materiau
node_type: materiau
process:
type:
plugin: default_value
default_value: materiau
title: title
field_short_description: field_nature_titre
field_migration:
plugin: default_value
default_value: migration_imported
body:
plugin: iterator
source: field_description
process:
value: value
format:
plugin: default_value
default_value: wysiwyg
langcode: language
field_memo: field_memo
field_workflow:
plugin: static_map
source: workflow
map:
1: workflow_creation
2: workflow_hidden
3: workflow_visible
4: workflow_imported
5: workflow_edited
destination:
plugin: 'entity:node'
migration_dependencies:
required:
- d7_taxonomy_term_thesaurus
- d7_taxonomy_term_tags
- d7_taxonomy_term_company
- d7_taxonomy_term_showroom

View File

@@ -1,4 +1,4 @@
uuid: 4c8a0fc1-0787-4f77-97b2-f346c79a94db
uuid: a69469c2-0d5a-432c-b906-223054de2196
langcode: en
status: true
dependencies: { }

View File

@@ -1,4 +1,4 @@
uuid: d6b557c9-4571-474e-8dbe-29c8a4633893
uuid: 22243933-2e32-4739-8760-638eff3f9901
langcode: en
status: true
dependencies: { }

View File

@@ -1,4 +1,4 @@
uuid: ee3c366d-33d3-4a01-9762-f7009e7ca383
uuid: 86690803-46fe-456c-ad89-cf0cc53c0158
langcode: en
status: true
dependencies: { }

View File

@@ -1,4 +1,4 @@
uuid: c1ae337a-6919-47bd-9fd7-ad062e5a6669
uuid: 10660226-a750-44f8-8f51-faddf13e44b0
langcode: en
status: true
dependencies: { }

View File

@@ -1,4 +1,4 @@
uuid: 111d2fff-d284-497c-8ef6-56a08b5ed4d5
uuid: e3c72c0b-c97c-4f47-984a-a04ef7a51a9b
langcode: en
status: true
dependencies: { }

View File

@@ -1,4 +1,4 @@
uuid: 1db4c3ff-2004-4d45-baff-ef3238071b75
uuid: 17e19467-985f-45e4-8e68-79a323cc8908
langcode: en
status: true
dependencies: { }

View File

@@ -1,4 +1,4 @@
uuid: 771b5dfa-c03a-4ec2-9fd1-affbbd53117d
uuid: 2376dc54-4fa9-4570-9baf-a9d9b4446a74
langcode: en
status: true
dependencies:

File diff suppressed because it is too large Load Diff

View File

@@ -11,8 +11,8 @@ module: workflow
from_sid: workflow_creation
to_sid: workflow_edited
roles:
workflow_author: '0'
anonymous: '0'
workflow_author: workflow_author
anonymous: anonymous
authenticated: '0'
admin: '0'
root: '0'

View File

@@ -12,8 +12,8 @@ from_sid: workflow_creation
to_sid: workflow_hidden
roles:
workflow_author: workflow_author
anonymous: anonymous
admin: admin
root: root
anonymous: '0'
authenticated: '0'
user: '0'

View File

@@ -11,8 +11,8 @@ module: workflow
from_sid: workflow_creation
to_sid: workflow_imported
roles:
workflow_author: '0'
anonymous: '0'
workflow_author: workflow_author
anonymous: anonymous
authenticated: '0'
admin: '0'
root: '0'

View File

@@ -12,8 +12,8 @@ from_sid: workflow_creation
to_sid: workflow_visible
roles:
workflow_author: workflow_author
anonymous: anonymous
admin: admin
root: root
anonymous: '0'
authenticated: '0'
user: '0'