You are here

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

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

File

config/install/core.entity_form_display.paragraph.modal.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.paragraph.modal.field_background
  6. - field.field.paragraph.modal.field_modal_body
  7. - field.field.paragraph.modal.field_modal_button_text
  8. - field.field.paragraph.modal.field_modal_footer
  9. - field.field.paragraph.modal.field_modal_title
  10. - field.field.paragraph.modal.field_width
  11. - paragraphs.paragraphs_type.modal
  12. module:
  13. - paragraphs
  14. id: paragraph.modal.default
  15. targetEntityType: paragraph
  16. bundle: modal
  17. mode: default
  18. content:
  19. field_background:
  20. weight: 0
  21. settings: { }
  22. third_party_settings: { }
  23. type: options_select
  24. field_modal_body:
  25. type: entity_reference_paragraphs
  26. weight: 4
  27. settings:
  28. title: Paragraph
  29. title_plural: Paragraphs
  30. edit_mode: open
  31. add_mode: dropdown
  32. form_display_mode: default
  33. third_party_settings: { }
  34. field_modal_button_text:
  35. weight: 2
  36. settings:
  37. size: 60
  38. placeholder: ''
  39. third_party_settings: { }
  40. type: string_textfield
  41. field_modal_footer:
  42. type: entity_reference_paragraphs
  43. weight: 5
  44. settings:
  45. title: Paragraph
  46. title_plural: Paragraphs
  47. edit_mode: open
  48. add_mode: dropdown
  49. form_display_mode: default
  50. third_party_settings: { }
  51. field_modal_title:
  52. weight: 3
  53. settings:
  54. size: 60
  55. placeholder: ''
  56. third_party_settings: { }
  57. type: string_textfield
  58. field_width:
  59. weight: 1
  60. settings: { }
  61. third_party_settings: { }
  62. type: options_select
  63. hidden:
  64. created: true
  65. status: true
  66. uid: true