You are here

core.entity_form_display.node.paragraphs_ief_example.default.yml in Paragraphs Inline Entity Form 8

modules/paragraphs_inline_entity_form_example/config/install/core.entity_form_display.node.paragraphs_ief_example.default.yml

File

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