Add term reference fields in the articles and blog content types
This commit is contained in:
parent
21e5ee8a16
commit
aac41432c1
28 changed files with 744 additions and 0 deletions
29
config/sync/field.field.node.blog.field_regions.yml
Normal file
29
config/sync/field.field.node.blog.field_regions.yml
Normal file
|
@ -0,0 +1,29 @@
|
|||
uuid: 1914fa94-ac77-4628-a5fb-a84a315085da
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_regions
|
||||
- node.type.blog
|
||||
- taxonomy.vocabulary.vocabulary_2
|
||||
id: node.blog.field_regions
|
||||
field_name: field_regions
|
||||
entity_type: node
|
||||
bundle: blog
|
||||
label: Regions
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:taxonomy_term'
|
||||
handler_settings:
|
||||
target_bundles:
|
||||
vocabulary_2: vocabulary_2
|
||||
sort:
|
||||
field: name
|
||||
direction: asc
|
||||
auto_create: false
|
||||
auto_create_bundle: ''
|
||||
field_type: entity_reference
|
Loading…
Add table
Add a link
Reference in a new issue