Config sync
This commit is contained in:
parent
b8aee0f307
commit
cd2b994c63
72 changed files with 2712 additions and 0 deletions
20
config/field.storage.node.field_length.yml
Normal file
20
config/field.storage.node.field_length.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
uuid: 0686c713-6867-4b37-aaa2-6dd060a8b83d
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
- taxonomy
|
||||
id: node.field_length
|
||||
field_name: field_length
|
||||
entity_type: node
|
||||
type: entity_reference
|
||||
settings:
|
||||
target_type: taxonomy_term
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
Reference in a new issue