Install the drutopia blog module
This commit is contained in:
parent
d82b83eebb
commit
ea29ea2dea
40 changed files with 3880 additions and 16 deletions
31
config/sync/field.field.node.blog.field_topics.yml
Normal file
31
config/sync/field.field.node.blog.field_topics.yml
Normal file
|
@ -0,0 +1,31 @@
|
|||
uuid: 10aba454-c56b-44e6-bdf3-d2c97ae386f0
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_topics
|
||||
- node.type.blog
|
||||
- taxonomy.vocabulary.topics
|
||||
_core:
|
||||
default_config_hash: qJeUuy3m8P3cWrbXno5irZyYFFMKRget3ObasudltjM
|
||||
id: node.blog.field_topics
|
||||
field_name: field_topics
|
||||
entity_type: node
|
||||
bundle: blog
|
||||
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