You are here

core.entity_form_display.node.appointment_calendar.default.yml in Appointment Calendar 8

config/install/core.entity_form_display.node.appointment_calendar.default.yml

File

config/install/core.entity_form_display.node.appointment_calendar.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.node.appointment_calendar.field_appointment_date
  6. - node.type.appointment_calendar
  7. module:
  8. - datetime
  9. - path
  10. id: node.appointment_calendar.default
  11. targetEntityType: node
  12. bundle: appointment_calendar
  13. mode: default
  14. content:
  15. created:
  16. type: datetime_timestamp
  17. weight: 10
  18. settings: { }
  19. third_party_settings: { }
  20. field_appointment_date:
  21. weight: 31
  22. settings: { }
  23. third_party_settings: { }
  24. type: datetime_default
  25. path:
  26. type: path
  27. weight: 30
  28. settings: { }
  29. third_party_settings: { }
  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. title:
  43. type: string_textfield
  44. weight: -5
  45. settings:
  46. size: 60
  47. placeholder: ''
  48. third_party_settings: { }
  49. uid:
  50. type: entity_reference_autocomplete
  51. weight: 5
  52. settings:
  53. match_operator: CONTAINS
  54. size: 60
  55. placeholder: ''
  56. third_party_settings: { }
  57. hidden: { }