mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-07 17:21:22 +00:00
Add migrated field storage settings
This commit is contained in:
parent
adb7b150f0
commit
5e4063539b
17 changed files with 325 additions and 1 deletions
21
drupal10/config/field.storage.paragraph.field_quote_name.yml
Normal file
21
drupal10/config/field.storage.paragraph.field_quote_name.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
uuid: 3a3af3ac-86ae-40c6-a5b7-c2f7447708cf
|
||||
langcode: und
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- paragraphs
|
||||
id: paragraph.field_quote_name
|
||||
field_name: field_quote_name
|
||||
entity_type: paragraph
|
||||
type: string
|
||||
settings:
|
||||
max_length: 255
|
||||
case_sensitive: false
|
||||
is_ascii: 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