mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2024-11-10 02:33:25 +00:00
Add migrated node title label overrides
This commit is contained in:
parent
7fa64cadce
commit
316639343d
1 changed files with 18 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
||||||
|
uuid: 752a0303-f852-497e-bc12-2a984f99eddc
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- node.type.venue
|
||||||
|
id: node.venue.title
|
||||||
|
field_name: title
|
||||||
|
entity_type: node
|
||||||
|
bundle: venue
|
||||||
|
label: Name
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
Loading…
Reference in a new issue