dchadwick/config/default/core.entity_form_display.node.snippet.default.yml
2025-08-31 21:26:31 -04:00

85 lines
1.7 KiB
YAML

uuid: 75deb647-69fe-4ec6-83bd-800857890b10
langcode: en
status: true
dependencies:
config:
- field.field.node.snippet.body
- field.field.node.snippet.field_snippet_type
- node.type.snippet
module:
- path
- text
id: node.snippet.default
targetEntityType: node
bundle: snippet
mode: default
content:
body:
type: text_textarea_with_summary
weight: 8
region: content
settings:
rows: 9
summary_rows: 3
placeholder: ''
show_summary: false
third_party_settings: { }
created:
type: datetime_timestamp
weight: 2
region: content
settings: { }
third_party_settings: { }
field_snippet_type:
type: options_select
weight: 7
region: content
settings: { }
third_party_settings: { }
path:
type: path
weight: 5
region: content
settings: { }
third_party_settings: { }
promote:
type: boolean_checkbox
weight: 3
region: content
settings:
display_label: true
third_party_settings: { }
status:
type: boolean_checkbox
weight: 6
region: content
settings:
display_label: true
third_party_settings: { }
sticky:
type: boolean_checkbox
weight: 4
region: content
settings:
display_label: true
third_party_settings: { }
title:
type: string_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 1
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
hidden: { }