You are here

core.entity_form_display.paragraph.tabs.default.yml in Bootstrap Paragraphs 8

config/install/core.entity_form_display.paragraph.tabs.default.yml

File

config/install/core.entity_form_display.paragraph.tabs.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.paragraph.tabs.field_background
  6. - field.field.paragraph.tabs.field_tab_section
  7. - field.field.paragraph.tabs.field_width
  8. - paragraphs.paragraphs_type.tabs
  9. module:
  10. - paragraphs
  11. id: paragraph.tabs.default
  12. targetEntityType: paragraph
  13. bundle: tabs
  14. mode: default
  15. content:
  16. field_background:
  17. weight: 0
  18. settings: { }
  19. third_party_settings: { }
  20. type: options_select
  21. field_tab_section:
  22. type: entity_reference_paragraphs
  23. weight: 2
  24. settings:
  25. title: Paragraph
  26. title_plural: Paragraphs
  27. edit_mode: open
  28. add_mode: dropdown
  29. form_display_mode: default
  30. third_party_settings: { }
  31. field_width:
  32. weight: 1
  33. settings: { }
  34. third_party_settings: { }
  35. type: options_select
  36. hidden:
  37. created: true
  38. status: true
  39. uid: true