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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. uuid: 1b6e1a0c-b975-4e34-86f9-84f6eb226568
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. config:
  6. - field.field.taxonomy_term.villes.field_adresse
  7. - field.field.taxonomy_term.villes.field_geofield
  8. - taxonomy.vocabulary.villes
  9. module:
  10. - address
  11. - geofield
  12. - path
  13. - text
  14. id: taxonomy_term.villes.default
  15. targetEntityType: taxonomy_term
  16. bundle: villes
  17. mode: default
  18. content:
  19. description:
  20. type: text_textarea
  21. weight: 1
  22. region: content
  23. settings:
  24. placeholder: ''
  25. rows: 5
  26. third_party_settings: { }
  27. field_adresse:
  28. weight: 2
  29. settings: { }
  30. third_party_settings: { }
  31. type: address_default
  32. region: content
  33. field_geofield:
  34. weight: 3
  35. settings:
  36. html5_geolocation: false
  37. third_party_settings: { }
  38. type: geofield_latlon
  39. region: content
  40. langcode:
  41. type: language_select
  42. weight: 6
  43. region: content
  44. settings:
  45. include_locked: true
  46. third_party_settings: { }
  47. name:
  48. type: string_textfield
  49. weight: 0
  50. region: content
  51. settings:
  52. size: 60
  53. placeholder: ''
  54. third_party_settings: { }
  55. path:
  56. type: path
  57. weight: 5
  58. region: content
  59. settings: { }
  60. third_party_settings: { }
  61. status:
  62. type: boolean_checkbox
  63. settings:
  64. display_label: true
  65. weight: 4
  66. region: content
  67. third_party_settings: { }
  68. hidden: { }