You are here

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

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

File

config/optional/core.entity_form_display.paragraph.bp_accordion_section.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.paragraph.bp_accordion_section.bp_accordion_section_body
  6. - field.field.paragraph.bp_accordion_section.bp_accordion_section_title
  7. - field.field.paragraph.bp_accordion_section.bp_show_button
  8. - paragraphs.paragraphs_type.bp_accordion_section
  9. module:
  10. - paragraphs
  11. - text
  12. id: paragraph.bp_accordion_section.default
  13. targetEntityType: paragraph
  14. bundle: bp_accordion_section
  15. mode: default
  16. content:
  17. bp_accordion_section_body:
  18. type: entity_reference_paragraphs
  19. weight: 2
  20. settings:
  21. title: Paragraph
  22. title_plural: Paragraphs
  23. edit_mode: closed
  24. add_mode: dropdown
  25. form_display_mode: default
  26. third_party_settings: { }
  27. bp_accordion_section_title:
  28. weight: 1
  29. settings:
  30. size: 60
  31. placeholder: ''
  32. third_party_settings: { }
  33. type: string_textfield
  34. bp_show_button:
  35. weight: 0
  36. settings:
  37. display_label: true
  38. third_party_settings: { }
  39. type: boolean_checkbox
  40. hidden:
  41. created: true
  42. status: true
  43. uid: true