core.entity_form_display.taxonomy_term.forums.default.yml 714 B

123456789101112131415161718192021222324252627282930313233343536
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.taxonomy_term.forums.forum_container
  6. - taxonomy.vocabulary.forums
  7. module:
  8. - text
  9. id: taxonomy_term.forums.default
  10. targetEntityType: taxonomy_term
  11. bundle: forums
  12. mode: default
  13. content:
  14. description:
  15. type: text_textfield
  16. weight: 0
  17. region: content
  18. settings: { }
  19. third_party_settings: { }
  20. name:
  21. type: string_textfield
  22. weight: -5
  23. region: content
  24. settings:
  25. size: 60
  26. placeholder: ''
  27. third_party_settings: { }
  28. status:
  29. type: boolean_checkbox
  30. settings:
  31. display_label: true
  32. weight: 100
  33. region: content
  34. third_party_settings: { }
  35. hidden:
  36. forum_container: true