core.entity_view_display.block_content.basic.default.yml
Same filename in other branches
File
-
modules/
ctools_entity_mask/ tests/ modules/ entity_mask_test/ config/ install/ core.entity_view_display.block_content.basic.default.yml
View source
- langcode: en
- status: true
- dependencies:
- config:
- - block_content.type.basic
- - field.field.block_content.basic.body
- - field.field.block_content.basic.field_image
- - field.field.block_content.basic.field_link
- module:
- - image
- - link
- - text
- id: block_content.basic.default
- targetEntityType: block_content
- bundle: basic
- mode: default
- content:
- body:
- type: text_default
- weight: 0
- label: hidden
- settings: { }
- third_party_settings: { }
- region: content
- field_image:
- weight: 2
- label: above
- settings:
- image_style: ''
- image_link: ''
- third_party_settings: { }
- type: image
- region: content
- field_link:
- weight: 1
- label: above
- settings:
- trim_length: 80
- url_only: false
- url_plain: false
- rel: ''
- target: ''
- third_party_settings: { }
- type: link
- region: content
- hidden: { }