You are here

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

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

File

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