mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-06 17:11:21 +00:00
Add fields to user entity
This commit is contained in:
parent
356a711ffc
commit
96cf0ee6ac
11 changed files with 315 additions and 13 deletions
20
drupal10/config/field.field.user.user.field_biography.yml
Normal file
20
drupal10/config/field.field.user.user.field_biography.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
uuid: 8a0f6308-fcf6-4e41-b149-0a5171b89acc
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.user.field_biography
|
||||
module:
|
||||
- user
|
||||
id: user.user.field_biography
|
||||
field_name: field_biography
|
||||
entity_type: user
|
||||
bundle: user
|
||||
label: Biography
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string_long
|
Loading…
Add table
Add a link
Reference in a new issue