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
23
config/sync/field.field.node.article.field_summary.yml
Normal file
23
config/sync/field.field.node.article.field_summary.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
uuid: e2552f74-301c-421b-bf26-06d5e9bb6f82
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_summary
|
||||
- node.type.article
|
||||
module:
|
||||
- text
|
||||
_core:
|
||||
default_config_hash: nqcyWyuwzcK_86kpmFTwgKwSHJaOHGl7RPLUisu5c7I
|
||||
id: node.article.field_summary
|
||||
field_name: field_summary
|
||||
entity_type: node
|
||||
bundle: article
|
||||
label: Summary
|
||||
description: 'Enter a short description of what this article is about. The summary is displayed on Article teasers, such as on the Articles page. '
|
||||
required: true
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: text_long
|
Loading…
Add table
Add a link
Reference in a new issue