mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-01-12 23:24:34 +00:00
Make title required in base field override
This commit is contained in:
parent
a8903e8737
commit
1ea928ff32
2 changed files with 5 additions and 1 deletions
|
@ -10,7 +10,7 @@ entity_type: node
|
||||||
bundle: venue
|
bundle: venue
|
||||||
label: Name
|
label: Name
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: true
|
||||||
translatable: true
|
translatable: true
|
||||||
default_value: { }
|
default_value: { }
|
||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
|
|
|
@ -41,6 +41,10 @@ process:
|
||||||
-
|
-
|
||||||
plugin: get
|
plugin: get
|
||||||
source: constants/field_name
|
source: constants/field_name
|
||||||
|
required:
|
||||||
|
-
|
||||||
|
plugin: default_value
|
||||||
|
default_value: TRUE
|
||||||
destination:
|
destination:
|
||||||
plugin: 'entity:base_field_override'
|
plugin: 'entity:base_field_override'
|
||||||
migration_dependencies:
|
migration_dependencies:
|
||||||
|
|
Loading…
Reference in a new issue