You are here

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

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

File

config/optional/core.entity_form_display.paragraph.bp_columns.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.paragraph.bp_columns.bp_background
  6. - field.field.paragraph.bp_columns.bp_column_content
  7. - field.field.paragraph.bp_columns.bp_header
  8. - field.field.paragraph.bp_columns.bp_width
  9. - paragraphs.paragraphs_type.bp_columns
  10. module:
  11. - paragraphs
  12. id: paragraph.bp_columns.default
  13. targetEntityType: paragraph
  14. bundle: bp_columns
  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_column_content:
  24. type: entity_reference_paragraphs
  25. weight: 3
  26. settings:
  27. title: 'Column Content'
  28. title_plural: 'Column Contents'
  29. edit_mode: closed
  30. add_mode: dropdown
  31. form_display_mode: default
  32. default_paragraph_type: _none
  33. third_party_settings: { }
  34. region: content
  35. bp_header:
  36. type: string_textfield
  37. weight: 2
  38. region: content
  39. settings:
  40. size: 60
  41. placeholder: ''
  42. third_party_settings: { }
  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