You are here

core.entity_form_display.node.ief_complex_simple.default.yml in Inline Entity Form 8

tests/modules/inline_entity_form_test/config/install/core.entity_form_display.node.ief_complex_simple.default.yml

File

tests/modules/inline_entity_form_test/config/install/core.entity_form_display.node.ief_complex_simple.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.node.ief_complex_simple.ief_complex_outer
  6. - node.type.ief_complex_simple
  7. module:
  8. - inline_entity_form
  9. id: node.ief_complex_simple.default
  10. targetEntityType: node
  11. bundle: ief_complex_simple
  12. mode: default
  13. content:
  14. created:
  15. type: datetime_timestamp
  16. weight: 10
  17. settings: { }
  18. third_party_settings: { }
  19. ief_complex_outer:
  20. weight: 26
  21. settings:
  22. match_operator: CONTAINS
  23. form_mode: default
  24. override_labels: false
  25. label_singular: ''
  26. label_plural: ''
  27. allow_new: true
  28. allow_existing: false
  29. third_party_settings: { }
  30. type: inline_entity_form_complex
  31. langcode:
  32. type: language_select
  33. weight: 2
  34. settings: { }
  35. third_party_settings: { }
  36. promote:
  37. type: boolean_checkbox
  38. settings:
  39. display_label: true
  40. weight: 15
  41. third_party_settings: { }
  42. sticky:
  43. type: boolean_checkbox
  44. settings:
  45. display_label: true
  46. weight: 16
  47. third_party_settings: { }
  48. title:
  49. type: string_textfield
  50. weight: -5
  51. settings:
  52. size: 60
  53. placeholder: ''
  54. third_party_settings: { }
  55. uid:
  56. type: entity_reference_autocomplete
  57. weight: 5
  58. settings:
  59. match_operator: CONTAINS
  60. match_limit: 10
  61. size: 60
  62. placeholder: ''
  63. third_party_settings: { }
  64. hidden: { }