You are here

core.entity_form_display.node.node_type_b.default.yml in Views Custom Cache Tags 8

modules/demo/config/install/core.entity_form_display.node.node_type_b.default.yml

File

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