You are here

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

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

File

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