You are here

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

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

File

config/optional/core.entity_form_display.paragraph.bp_modal.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.paragraph.bp_modal.bp_background
  6. - field.field.paragraph.bp_modal.bp_header
  7. - field.field.paragraph.bp_modal.bp_modal_body
  8. - field.field.paragraph.bp_modal.bp_modal_button_text
  9. - field.field.paragraph.bp_modal.bp_modal_footer
  10. - field.field.paragraph.bp_modal.bp_modal_title
  11. - field.field.paragraph.bp_modal.bp_width
  12. - paragraphs.paragraphs_type.bp_modal
  13. module:
  14. - paragraphs
  15. id: paragraph.bp_modal.default
  16. targetEntityType: paragraph
  17. bundle: bp_modal
  18. mode: default
  19. content:
  20. bp_background:
  21. weight: 0
  22. settings: { }
  23. third_party_settings: { }
  24. type: options_select
  25. region: content
  26. bp_header:
  27. type: string_textfield
  28. weight: 2
  29. region: content
  30. settings:
  31. size: 60
  32. placeholder: ''
  33. third_party_settings: { }
  34. bp_modal_body:
  35. type: entity_reference_paragraphs
  36. weight: 5
  37. settings:
  38. title: Paragraph
  39. title_plural: Paragraphs
  40. edit_mode: closed
  41. add_mode: dropdown
  42. form_display_mode: default
  43. default_paragraph_type: ''
  44. third_party_settings: { }
  45. region: content
  46. bp_modal_button_text:
  47. weight: 3
  48. settings:
  49. size: 60
  50. placeholder: ''
  51. third_party_settings: { }
  52. type: string_textfield
  53. region: content
  54. bp_modal_footer:
  55. type: entity_reference_paragraphs
  56. weight: 6
  57. settings:
  58. title: Paragraph
  59. title_plural: Paragraphs
  60. edit_mode: closed
  61. add_mode: dropdown
  62. form_display_mode: default
  63. default_paragraph_type: ''
  64. third_party_settings: { }
  65. region: content
  66. bp_modal_title:
  67. weight: 4
  68. settings:
  69. size: 60
  70. placeholder: ''
  71. third_party_settings: { }
  72. type: string_textfield
  73. region: content
  74. bp_width:
  75. weight: 1
  76. settings: { }
  77. third_party_settings: { }
  78. type: options_select
  79. region: content
  80. hidden:
  81. created: true
  82. status: true
  83. uid: true