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
|
||||
label: Name
|
||||
description: ''
|
||||
required: false
|
||||
required: true
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
|
|
|
@ -41,6 +41,10 @@ process:
|
|||
-
|
||||
plugin: get
|
||||
source: constants/field_name
|
||||
required:
|
||||
-
|
||||
plugin: default_value
|
||||
default_value: TRUE
|
||||
destination:
|
||||
plugin: 'entity:base_field_override'
|
||||
migration_dependencies:
|
||||
|
|
Loading…
Reference in a new issue