farmOS/modules/taxonomy/material_type/config/install/core.entity_form_display.ta...

51 lines
1013 B
YAML

langcode: en
status: true
dependencies:
config:
- field.field.taxonomy_term.material_type.image
- image.style.thumbnail
- taxonomy.vocabulary.material_type
enforced:
module:
- farm_material_type
module:
- image
- text
id: taxonomy_term.material_type.default
targetEntityType: taxonomy_term
bundle: material_type
mode: default
content:
description:
type: text_textarea
weight: 1
region: content
settings:
placeholder: ''
rows: 5
third_party_settings: { }
image:
type: image_image
weight: 6
region: content
settings:
progress_indicator: throbber
preview_image_style: thumbnail
third_party_settings: { }
name:
type: string_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
status:
type: boolean_checkbox
settings:
display_label: true
weight: 7
region: content
third_party_settings: { }
hidden: { }