node_type_example/config/install/core.entity_form_display.node.basic_content_type.default.yml

File

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