You are here

core.entity_form_display.paragraph.bp_image.default.yml in Bootstrap Paragraphs 8.2

config/optional/core.entity_form_display.paragraph.bp_image.default.yml

File

config/optional/core.entity_form_display.paragraph.bp_image.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.paragraph.bp_image.bp_background
  6. - field.field.paragraph.bp_image.bp_header
  7. - field.field.paragraph.bp_image.bp_image_field
  8. - field.field.paragraph.bp_image.bp_link
  9. - field.field.paragraph.bp_image.bp_width
  10. - image.style.thumbnail
  11. - paragraphs.paragraphs_type.bp_image
  12. module:
  13. - image
  14. - link
  15. id: paragraph.bp_image.default
  16. targetEntityType: paragraph
  17. bundle: bp_image
  18. mode: default
  19. content:
  20. bp_background:
  21. weight: 0
  22. settings: { }
  23. third_party_settings: { }
  24. type: options_select
  25. region: content
  26. bp_header:
  27. type: string_textfield
  28. weight: 2
  29. region: content
  30. settings:
  31. size: 60
  32. placeholder: ''
  33. third_party_settings: { }
  34. bp_image_field:
  35. weight: 3
  36. settings:
  37. progress_indicator: throbber
  38. preview_image_style: thumbnail
  39. third_party_settings: { }
  40. type: image_image
  41. region: content
  42. bp_link:
  43. weight: 4
  44. settings:
  45. placeholder_url: ''
  46. placeholder_title: ''
  47. third_party_settings: { }
  48. type: link_default
  49. region: content
  50. bp_width:
  51. weight: 1
  52. settings: { }
  53. third_party_settings: { }
  54. type: options_select
  55. region: content
  56. hidden:
  57. created: true
  58. status: true
  59. uid: true