You are here

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

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. match_limit: 10
  35. size: 60
  36. placeholder: ''
  37. third_party_settings: { }
  38. type: entity_reference_autocomplete
  39. region: content
  40. promote:
  41. type: boolean_checkbox
  42. settings:
  43. display_label: true
  44. weight: 15
  45. region: content
  46. third_party_settings: { }
  47. sticky:
  48. type: boolean_checkbox
  49. settings:
  50. display_label: true
  51. weight: 16
  52. region: content
  53. third_party_settings: { }
  54. title:
  55. type: string_textfield
  56. weight: 0
  57. region: content
  58. settings:
  59. size: 60
  60. placeholder: ''
  61. third_party_settings: { }
  62. uid:
  63. type: entity_reference_autocomplete
  64. weight: 5
  65. region: content
  66. settings:
  67. match_operator: CONTAINS
  68. match_limit: 10
  69. size: 60
  70. placeholder: ''
  71. third_party_settings: { }
  72. hidden: { }