You are here

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

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

File

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