You are here

core.entity_form_display.node.paragraphs.default.yml in Webform 8.5

tests/modules/webform_test_paragraphs/config/install/core.entity_form_display.node.paragraphs.default.yml

File

tests/modules/webform_test_paragraphs/config/install/core.entity_form_display.node.paragraphs.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.node.paragraphs.body
  6. - field.field.node.paragraphs.field_paragraphs
  7. - node.type.paragraphs
  8. module:
  9. - paragraphs
  10. - path
  11. - text
  12. id: node.paragraphs.default
  13. targetEntityType: node
  14. bundle: paragraphs
  15. mode: default
  16. content:
  17. body:
  18. type: text_textarea_with_summary
  19. weight: 31
  20. settings:
  21. rows: 9
  22. summary_rows: 3
  23. placeholder: ''
  24. third_party_settings: { }
  25. region: content
  26. created:
  27. type: datetime_timestamp
  28. weight: 10
  29. region: content
  30. settings: { }
  31. third_party_settings: { }
  32. field_paragraphs:
  33. type: entity_reference_paragraphs
  34. weight: 32
  35. settings:
  36. title: Paragraph
  37. title_plural: Paragraphs
  38. edit_mode: open
  39. add_mode: dropdown
  40. form_display_mode: default
  41. default_paragraph_type: ''
  42. third_party_settings: { }
  43. region: content
  44. langcode:
  45. type: language_select
  46. weight: 2
  47. region: content
  48. settings: { }
  49. third_party_settings: { }
  50. path:
  51. type: path
  52. weight: 30
  53. region: content
  54. settings: { }
  55. third_party_settings: { }
  56. promote:
  57. type: boolean_checkbox
  58. settings:
  59. display_label: true
  60. weight: 15
  61. region: content
  62. third_party_settings: { }
  63. sticky:
  64. type: boolean_checkbox
  65. settings:
  66. display_label: true
  67. weight: 16
  68. region: content
  69. third_party_settings: { }
  70. title:
  71. type: string_textfield
  72. weight: -5
  73. region: content
  74. settings:
  75. size: 60
  76. placeholder: ''
  77. third_party_settings: { }
  78. uid:
  79. type: entity_reference_autocomplete
  80. weight: 5
  81. settings:
  82. match_operator: CONTAINS
  83. size: 60
  84. placeholder: ''
  85. region: content
  86. third_party_settings: { }
  87. hidden: { }