core.entity_form_display.taxonomy_term.assisted_research.default.yml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. uuid: 4ae54fb1-8c58-4dff-9fba-15ac7b79e1d6
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - field.field.taxonomy_term.assisted_research.field_terms
  7. - taxonomy.vocabulary.assisted_research
  8. module:
  9. - path
  10. - text
  11. id: taxonomy_term.assisted_research.default
  12. targetEntityType: taxonomy_term
  13. bundle: assisted_research
  14. mode: default
  15. content:
  16. description:
  17. type: text_textfield
  18. weight: 0
  19. region: content
  20. settings:
  21. size: 60
  22. placeholder: ''
  23. third_party_settings: { }
  24. field_terms:
  25. weight: 101
  26. settings:
  27. match_operator: CONTAINS
  28. match_limit: 10
  29. size: 60
  30. placeholder: ''
  31. third_party_settings: { }
  32. type: entity_reference_autocomplete
  33. region: content
  34. langcode:
  35. type: language_select
  36. weight: 2
  37. region: content
  38. settings:
  39. include_locked: true
  40. third_party_settings: { }
  41. name:
  42. type: string_textfield
  43. weight: -5
  44. region: content
  45. settings:
  46. size: 60
  47. placeholder: ''
  48. third_party_settings: { }
  49. path:
  50. type: path
  51. weight: 30
  52. region: content
  53. settings: { }
  54. third_party_settings: { }
  55. status:
  56. type: boolean_checkbox
  57. settings:
  58. display_label: true
  59. weight: 100
  60. region: content
  61. third_party_settings: { }
  62. translation:
  63. weight: 10
  64. settings: { }
  65. third_party_settings: { }
  66. region: content
  67. hidden: { }