mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2024-11-10 02:33:25 +00:00
Add migrated content types
This commit is contained in:
parent
befb696e81
commit
ab96909d98
13 changed files with 388 additions and 0 deletions
|
@ -0,0 +1,77 @@
|
||||||
|
uuid: b533d688-5107-4300-a846-bd3ad040b7e0
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.node.article.body
|
||||||
|
- node.type.article
|
||||||
|
module:
|
||||||
|
- path
|
||||||
|
- text
|
||||||
|
id: node.article.default
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: article
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
body:
|
||||||
|
type: text_textarea_with_summary
|
||||||
|
weight: 121
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 9
|
||||||
|
summary_rows: 3
|
||||||
|
placeholder: ''
|
||||||
|
show_summary: false
|
||||||
|
third_party_settings: { }
|
||||||
|
created:
|
||||||
|
type: datetime_timestamp
|
||||||
|
weight: 10
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
path:
|
||||||
|
type: path
|
||||||
|
weight: 30
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
promote:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 15
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
|
status:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 120
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
|
sticky:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 16
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
|
title:
|
||||||
|
type: string_textfield
|
||||||
|
weight: -5
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
uid:
|
||||||
|
type: entity_reference_autocomplete
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
match_operator: CONTAINS
|
||||||
|
match_limit: 10
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden: { }
|
|
@ -0,0 +1,77 @@
|
||||||
|
uuid: c5025c00-800b-446b-9792-fa5a6a2aafe5
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.node.page.body
|
||||||
|
- node.type.page
|
||||||
|
module:
|
||||||
|
- path
|
||||||
|
- text
|
||||||
|
id: node.page.default
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: page
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
body:
|
||||||
|
type: text_textarea_with_summary
|
||||||
|
weight: 121
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 9
|
||||||
|
summary_rows: 3
|
||||||
|
placeholder: ''
|
||||||
|
show_summary: false
|
||||||
|
third_party_settings: { }
|
||||||
|
created:
|
||||||
|
type: datetime_timestamp
|
||||||
|
weight: 10
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
path:
|
||||||
|
type: path
|
||||||
|
weight: 30
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
promote:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 15
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
|
status:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 120
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
|
sticky:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 16
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
|
title:
|
||||||
|
type: string_textfield
|
||||||
|
weight: -5
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
uid:
|
||||||
|
type: entity_reference_autocomplete
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
match_operator: CONTAINS
|
||||||
|
match_limit: 10
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden: { }
|
|
@ -0,0 +1,28 @@
|
||||||
|
uuid: f8d15a10-893d-4103-a100-14596deff0d4
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.node.article.body
|
||||||
|
- node.type.article
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
- user
|
||||||
|
id: node.article.default
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: article
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
body:
|
||||||
|
type: text_default
|
||||||
|
label: hidden
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 101
|
||||||
|
region: content
|
||||||
|
links:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 100
|
||||||
|
region: content
|
||||||
|
hidden: { }
|
|
@ -0,0 +1,30 @@
|
||||||
|
uuid: 3ddf189f-0dd9-4ed2-8601-ae1adb8e60ec
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.entity_view_mode.node.teaser
|
||||||
|
- field.field.node.article.body
|
||||||
|
- node.type.article
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
- user
|
||||||
|
id: node.article.teaser
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: article
|
||||||
|
mode: teaser
|
||||||
|
content:
|
||||||
|
body:
|
||||||
|
type: text_summary_or_trimmed
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
trim_length: 600
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 101
|
||||||
|
region: content
|
||||||
|
links:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 100
|
||||||
|
region: content
|
||||||
|
hidden: { }
|
|
@ -0,0 +1,28 @@
|
||||||
|
uuid: 83612cab-7a62-4a25-92d3-92f81f80a5f5
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.node.page.body
|
||||||
|
- node.type.page
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
- user
|
||||||
|
id: node.page.default
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: page
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
body:
|
||||||
|
type: text_default
|
||||||
|
label: hidden
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 101
|
||||||
|
region: content
|
||||||
|
links:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 100
|
||||||
|
region: content
|
||||||
|
hidden: { }
|
|
@ -0,0 +1,30 @@
|
||||||
|
uuid: f88ac53c-083b-490a-a3da-e209e3a576c8
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.entity_view_mode.node.teaser
|
||||||
|
- field.field.node.page.body
|
||||||
|
- node.type.page
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
- user
|
||||||
|
id: node.page.teaser
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: page
|
||||||
|
mode: teaser
|
||||||
|
content:
|
||||||
|
body:
|
||||||
|
type: text_summary_or_trimmed
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
trim_length: 600
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 101
|
||||||
|
region: content
|
||||||
|
links:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 100
|
||||||
|
region: content
|
||||||
|
hidden: { }
|
24
drupal10/config/field.field.node.article.body.yml
Normal file
24
drupal10/config/field.field.node.article.body.yml
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
uuid: fa64a629-fdd0-4d7a-91a3-be02b714161e
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.body
|
||||||
|
- node.type.article
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
id: node.article.body
|
||||||
|
field_name: body
|
||||||
|
entity_type: node
|
||||||
|
bundle: article
|
||||||
|
label: Body
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
display_summary: true
|
||||||
|
required_summary: false
|
||||||
|
allowed_formats: { }
|
||||||
|
field_type: text_with_summary
|
24
drupal10/config/field.field.node.page.body.yml
Normal file
24
drupal10/config/field.field.node.page.body.yml
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
uuid: 291b044c-193e-4140-9500-f57d14c016e0
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.body
|
||||||
|
- node.type.page
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
id: node.page.body
|
||||||
|
field_name: body
|
||||||
|
entity_type: node
|
||||||
|
bundle: page
|
||||||
|
label: Body
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
display_summary: true
|
||||||
|
required_summary: false
|
||||||
|
allowed_formats: { }
|
||||||
|
field_type: text_with_summary
|
11
drupal10/config/node.type.article.yml
Normal file
11
drupal10/config/node.type.article.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
uuid: 388576dd-cc81-4461-a089-db5484bee4c9
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
name: Article
|
||||||
|
type: article
|
||||||
|
description: 'Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.'
|
||||||
|
help: null
|
||||||
|
new_revision: false
|
||||||
|
preview_mode: 1
|
||||||
|
display_submitted: true
|
16
drupal10/config/node.type.event.yml
Normal file
16
drupal10/config/node.type.event.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
uuid: 56c9ad0c-b70c-48eb-adbf-85ca99c5c06a
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- menu_ui
|
||||||
|
third_party_settings:
|
||||||
|
menu_ui:
|
||||||
|
parent: 'main:'
|
||||||
|
name: Event
|
||||||
|
type: event
|
||||||
|
description: null
|
||||||
|
help: null
|
||||||
|
new_revision: true
|
||||||
|
preview_mode: 1
|
||||||
|
display_submitted: false
|
11
drupal10/config/node.type.page.yml
Normal file
11
drupal10/config/node.type.page.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
uuid: b236e421-4cc9-424c-8e9c-76e78a1258a5
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
name: 'Basic page'
|
||||||
|
type: page
|
||||||
|
description: "Use <em>basic pages</em> for your static content, such as an 'About us' page."
|
||||||
|
help: null
|
||||||
|
new_revision: false
|
||||||
|
preview_mode: 1
|
||||||
|
display_submitted: false
|
16
drupal10/config/node.type.session.yml
Normal file
16
drupal10/config/node.type.session.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
uuid: 0005b955-8d3c-457e-9ee8-6321ba554ce3
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- menu_ui
|
||||||
|
third_party_settings:
|
||||||
|
menu_ui:
|
||||||
|
parent: 'main:'
|
||||||
|
name: Session
|
||||||
|
type: session
|
||||||
|
description: null
|
||||||
|
help: null
|
||||||
|
new_revision: true
|
||||||
|
preview_mode: 1
|
||||||
|
display_submitted: false
|
16
drupal10/config/node.type.venue.yml
Normal file
16
drupal10/config/node.type.venue.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
uuid: 04597019-adba-4181-a317-c8e7bc2a4d61
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- menu_ui
|
||||||
|
third_party_settings:
|
||||||
|
menu_ui:
|
||||||
|
parent: 'main:'
|
||||||
|
name: Venue
|
||||||
|
type: venue
|
||||||
|
description: null
|
||||||
|
help: null
|
||||||
|
new_revision: true
|
||||||
|
preview_mode: 1
|
||||||
|
display_submitted: false
|
Loading…
Reference in a new issue