1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- uuid: 6fd6e8b6-e5a2-49cf-bfc2-73d15b5c1dda
- langcode: en
- status: true
- dependencies:
- config:
- - core.entity_view_mode.taxonomy_term.print
- - field.field.taxonomy_term.company.field_attachments
- - field.field.taxonomy_term.company.field_infos_from_company
- - field.field.taxonomy_term.company.field_memo
- - field.field.taxonomy_term.company.field_migration
- - field.field.taxonomy_term.company.field_note
- - field.field.taxonomy_term.company.field_public_address
- - field.field.taxonomy_term.company.field_public_email
- - field.field.taxonomy_term.company.field_public_phone
- - field.field.taxonomy_term.company.field_website
- - field.field.taxonomy_term.company.field_workflow
- - taxonomy.vocabulary.company
- module:
- - address
- - link
- id: taxonomy_term.company.print
- targetEntityType: taxonomy_term
- bundle: company
- mode: print
- content:
- field_public_address:
- weight: 2
- label: hidden
- settings: { }
- third_party_settings: { }
- type: address_default
- region: content
- field_public_email:
- weight: 1
- label: hidden
- settings: { }
- third_party_settings: { }
- type: basic_string
- region: content
- field_website:
- weight: 0
- label: hidden
- settings:
- trim_length: 80
- url_only: false
- url_plain: false
- rel: ''
- target: ''
- third_party_settings: { }
- type: link
- region: content
- hidden:
- description: true
- field_attachments: true
- field_infos_from_company: true
- field_memo: true
- field_migration: true
- field_note: true
- field_public_phone: true
- field_workflow: true
- langcode: true
- search_api_excerpt: true
|