You are here

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

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

File

modules/custom/bear_paragraph_banner/config/install/core.entity_form_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. - image.style.thumbnail
  9. - paragraphs.paragraphs_type.banner
  10. module:
  11. - image
  12. id: paragraph.banner.default
  13. targetEntityType: paragraph
  14. bundle: banner
  15. mode: default
  16. content:
  17. field_banner__image:
  18. weight: 0
  19. settings:
  20. progress_indicator: throbber
  21. preview_image_style: thumbnail
  22. third_party_settings: { }
  23. type: image_image
  24. region: content
  25. field_banner__subtitle:
  26. weight: 2
  27. settings:
  28. size: 60
  29. placeholder: ''
  30. third_party_settings: { }
  31. type: string_textfield
  32. region: content
  33. field_banner__title:
  34. weight: 1
  35. settings:
  36. size: 60
  37. placeholder: ''
  38. third_party_settings: { }
  39. type: string_textfield
  40. region: content
  41. hidden:
  42. created: true
  43. status: true
  44. uid: true