You are here

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

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

File

config/optional/core.entity_form_display.paragraph.bp_view.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.paragraph.bp_view.bp_background
  6. - field.field.paragraph.bp_view.bp_header
  7. - field.field.paragraph.bp_view.bp_view
  8. - field.field.paragraph.bp_view.bp_width
  9. - paragraphs.paragraphs_type.bp_view
  10. module:
  11. - viewsreference
  12. id: paragraph.bp_view.default
  13. targetEntityType: paragraph
  14. bundle: bp_view
  15. mode: default
  16. content:
  17. bp_background:
  18. weight: 0
  19. settings: { }
  20. third_party_settings: { }
  21. type: options_select
  22. region: content
  23. bp_header:
  24. type: string_textfield
  25. weight: 2
  26. region: content
  27. settings:
  28. size: 60
  29. placeholder: ''
  30. third_party_settings: { }
  31. bp_view:
  32. weight: 3
  33. settings:
  34. match_operator: CONTAINS
  35. size: '60'
  36. placeholder: ''
  37. third_party_settings: { }
  38. type: viewsreference_autocomplete
  39. region: content
  40. bp_width:
  41. weight: 1
  42. settings: { }
  43. third_party_settings: { }
  44. type: options_select
  45. region: content
  46. hidden:
  47. created: true
  48. status: true
  49. uid: true