You are here

core.entity_view_display.paragraph.banner.default.yml in Bear 8

modules/custom/bear_paragraph_banner/config/install/core.entity_view_display.paragraph.banner.default.yml

File

modules/custom/bear_paragraph_banner/config/install/core.entity_view_display.paragraph.banner.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.paragraph.banner.field_banner__image
  6. - field.field.paragraph.banner.field_banner__subtitle
  7. - field.field.paragraph.banner.field_banner__title
  8. - paragraphs.paragraphs_type.banner
  9. module:
  10. - image
  11. id: paragraph.banner.default
  12. targetEntityType: paragraph
  13. bundle: banner
  14. mode: default
  15. content:
  16. field_banner__image:
  17. weight: 0
  18. label: hidden
  19. settings:
  20. image_style: ''
  21. image_link: ''
  22. third_party_settings: { }
  23. type: image
  24. region: content
  25. field_banner__subtitle:
  26. weight: 2
  27. label: hidden
  28. settings:
  29. link_to_entity: false
  30. third_party_settings: { }
  31. type: string
  32. region: content
  33. field_banner__title:
  34. weight: 1
  35. label: hidden
  36. settings:
  37. link_to_entity: false
  38. third_party_settings: { }
  39. type: string
  40. region: content
  41. hidden: { }