mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-06 09:01:23 +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
19
drupal10/config/field.storage.user.field_biography.yml
Normal file
19
drupal10/config/field.storage.user.field_biography.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
uuid: 02fea94a-5ac4-4569-bf23-83b0161c5360
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- user
|
||||
id: user.field_biography
|
||||
field_name: field_biography
|
||||
entity_type: user
|
||||
type: string_long
|
||||
settings:
|
||||
case_sensitive: false
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
Loading…
Add table
Add a link
Reference in a new issue