Move configuration to standard location (config next to web)
This commit is contained in:
parent
c3696b4b96
commit
8fdc0426d5
472 changed files with 1 additions and 1 deletions
31
config/sync/field.field.node.article.field_authors.yml
Normal file
31
config/sync/field.field.node.article.field_authors.yml
Normal file
|
@ -0,0 +1,31 @@
|
|||
uuid: 442d6abc-54c9-41fa-bf16-220a3753633a
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_authors
|
||||
- node.type.article
|
||||
- node.type.people
|
||||
_core:
|
||||
default_config_hash: R0g08RdnWFjIcG24yv8h_an5OKMBYUqd31XpTgAN-xU
|
||||
id: node.article.field_authors
|
||||
field_name: field_authors
|
||||
entity_type: node
|
||||
bundle: article
|
||||
label: Authors
|
||||
description: 'Add one or more authors of your content by linking to existing "people."'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:node'
|
||||
handler_settings:
|
||||
target_bundles:
|
||||
people: people
|
||||
sort:
|
||||
field: title
|
||||
direction: ASC
|
||||
auto_create: false
|
||||
auto_create_bundle: ''
|
||||
field_type: entity_reference
|
Loading…
Add table
Add a link
Reference in a new issue