You are here

core.entity_form_display.node.mini.default.yml in EVA: Entity Views Attachment 8

tests/eva_test/config/install/core.entity_form_display.node.mini.default.yml

File

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