core.entity_view_display.block_content.banner_block.default.yml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - block_content.type.banner_block
  6. - field.field.block_content.banner_block.field_banner_image
  7. - field.field.block_content.banner_block.field_content_link
  8. - field.field.block_content.banner_block.field_summary
  9. - field.field.block_content.banner_block.field_title
  10. - image.style.scale_crop_7_3_large
  11. module:
  12. - image
  13. - link
  14. id: block_content.banner_block.default
  15. targetEntityType: block_content
  16. bundle: banner_block
  17. mode: default
  18. content:
  19. field_banner_image:
  20. weight: 0
  21. label: hidden
  22. settings:
  23. image_style: scale_crop_7_3_large
  24. image_link: ''
  25. third_party_settings: { }
  26. type: image
  27. region: content
  28. field_content_link:
  29. weight: 3
  30. label: hidden
  31. settings:
  32. trim_length: 80
  33. url_only: false
  34. url_plain: false
  35. rel: ''
  36. target: ''
  37. third_party_settings: { }
  38. type: link
  39. region: content
  40. field_summary:
  41. weight: 2
  42. label: hidden
  43. settings: { }
  44. third_party_settings: { }
  45. type: basic_string
  46. region: content
  47. field_title:
  48. weight: 1
  49. label: hidden
  50. settings:
  51. link_to_entity: false
  52. third_party_settings: { }
  53. type: string
  54. region: content
  55. hidden: { }