You are here

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

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

File

config/optional/core.entity_form_display.paragraph.bp_tabs.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.paragraph.bp_tabs.bp_background
  6. - field.field.paragraph.bp_tabs.bp_header
  7. - field.field.paragraph.bp_tabs.bp_tab_section
  8. - field.field.paragraph.bp_tabs.bp_width
  9. - paragraphs.paragraphs_type.bp_tabs
  10. module:
  11. - paragraphs
  12. id: paragraph.bp_tabs.default
  13. targetEntityType: paragraph
  14. bundle: bp_tabs
  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_tab_section:
  32. type: entity_reference_paragraphs
  33. weight: 3
  34. settings:
  35. title: Paragraph
  36. title_plural: Paragraphs
  37. edit_mode: closed
  38. add_mode: dropdown
  39. form_display_mode: default
  40. default_paragraph_type: ''
  41. third_party_settings: { }
  42. region: content
  43. bp_width:
  44. weight: 1
  45. settings: { }
  46. third_party_settings: { }
  47. type: options_select
  48. region: content
  49. hidden:
  50. created: true
  51. status: true
  52. uid: true