12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- uuid: 9b2818fb-e53c-4ae4-80c0-89649b9845d6
- langcode: en
- status: true
- dependencies:
- config:
- - core.entity_view_mode.taxonomy_term.home
- - field.field.taxonomy_term.showroom.field_memo
- - field.field.taxonomy_term.showroom.field_migration
- - field.field.taxonomy_term.showroom.field_public_address
- - field.field.taxonomy_term.showroom.field_public_email
- - field.field.taxonomy_term.showroom.field_public_phone
- - field.field.taxonomy_term.showroom.field_visuels
- - field.field.taxonomy_term.showroom.field_workflow
- - image.style.home_showroom
- - taxonomy.vocabulary.showroom
- module:
- - address
- - image
- - telephone_formatter
- id: taxonomy_term.showroom.home
- targetEntityType: taxonomy_term
- bundle: showroom
- mode: home
- content:
- field_public_address:
- type: address_default
- weight: 1
- region: content
- label: hidden
- settings: { }
- third_party_settings: { }
- field_public_email:
- type: email_mailto
- weight: 3
- region: content
- label: hidden
- settings: { }
- third_party_settings: { }
- field_public_phone:
- type: telephone_formatter
- weight: 2
- region: content
- label: hidden
- settings:
- format: 1
- link: true
- default_country: null
- third_party_settings: { }
- field_visuels:
- weight: 0
- label: hidden
- settings:
- image_style: home_showroom
- image_link: ''
- third_party_settings: { }
- type: image
- region: content
- hidden:
- description: true
- field_memo: true
- field_migration: true
- field_workflow: true
- langcode: true
- search_api_excerpt: true
|