You are here

core.entity_form_display.taxonomy_term.panopoly_categories.default.yml in Panopoly Core 8.2

config/install/core.entity_form_display.taxonomy_term.panopoly_categories.default.yml

File

config/install/core.entity_form_display.taxonomy_term.panopoly_categories.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.taxonomy_term.panopoly_categories.field_panopoly_featured_image
  6. - image.style.panopoly_images_thumbnail
  7. - taxonomy.vocabulary.panopoly_categories
  8. module:
  9. - image
  10. - path
  11. - text
  12. id: taxonomy_term.panopoly_categories.default
  13. targetEntityType: taxonomy_term
  14. bundle: panopoly_categories
  15. mode: default
  16. content:
  17. description:
  18. type: text_textarea
  19. weight: 0
  20. settings:
  21. placeholder: ''
  22. rows: 5
  23. third_party_settings: { }
  24. region: content
  25. field_panopoly_featured_image:
  26. weight: 31
  27. settings:
  28. preview_image_style: panopoly_images_thumbnail
  29. progress_indicator: throbber
  30. third_party_settings: { }
  31. type: image_image
  32. region: content
  33. name:
  34. type: string_textfield
  35. weight: -5
  36. settings:
  37. size: 60
  38. placeholder: ''
  39. third_party_settings: { }
  40. region: content
  41. path:
  42. type: path
  43. weight: 30
  44. settings: { }
  45. third_party_settings: { }
  46. region: content
  47. status:
  48. type: boolean_checkbox
  49. settings:
  50. display_label: true
  51. weight: 100
  52. region: content
  53. third_party_settings: { }
  54. hidden: { }