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_topics.yml
Normal file
31
config/sync/field.field.node.article.field_topics.yml
Normal file
|
@ -0,0 +1,31 @@
|
|||
uuid: 428fdde8-506b-4918-8b08-2c0ace1b4cac
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_topics
|
||||
- node.type.article
|
||||
- taxonomy.vocabulary.topics
|
||||
_core:
|
||||
default_config_hash: s7YTdMGSG08vB0dJzeaYsUpxqfAOtRna6ptjOzUcUpo
|
||||
id: node.article.field_topics
|
||||
field_name: field_topics
|
||||
entity_type: node
|
||||
bundle: article
|
||||
label: Topics
|
||||
description: 'Choose one or more high-level topics to categorize your content across multiple content types.'
|
||||
required: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:taxonomy_term'
|
||||
handler_settings:
|
||||
target_bundles:
|
||||
topics: topics
|
||||
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