mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-06-18 18:35:13 +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
drupal10/web/modules/custom/tag1_migration/tag1_migration_config/migrations
|
@ -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…
Add table
Add a link
Reference in a new issue