mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-07 01: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
19
drupal10/config/field.storage.user.field_website.yml
Normal file
19
drupal10/config/field.storage.user.field_website.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
uuid: 864569ed-bde1-4c50-8aab-c1b3ad01e98f
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- link
|
||||
- user
|
||||
id: user.field_website
|
||||
field_name: field_website
|
||||
entity_type: user
|
||||
type: link
|
||||
settings: { }
|
||||
module: link
|
||||
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