You are here

core.entity_form_display.node.photos.default.yml in Album Photos 8.5

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

File

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