field.field.node.forum.taxonomy_forums.yml

Same filename in other branches
  1. 9 core/modules/forum/config/optional/field.field.node.forum.taxonomy_forums.yml
  2. 8.9.x core/modules/forum/config/optional/field.field.node.forum.taxonomy_forums.yml
  3. 10 core/modules/forum/config/optional/field.field.node.forum.taxonomy_forums.yml
core/modules/forum/config/optional/field.field.node.forum.taxonomy_forums.yml

File

core/modules/forum/config/optional/field.field.node.forum.taxonomy_forums.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.storage.node.taxonomy_forums
  6. - node.type.forum
  7. - taxonomy.vocabulary.forums
  8. id: node.forum.taxonomy_forums
  9. field_name: taxonomy_forums
  10. entity_type: node
  11. bundle: forum
  12. label: Forums
  13. description: ''
  14. required: true
  15. translatable: true
  16. default_value: { }
  17. default_value_callback: ''
  18. settings:
  19. handler: 'default:taxonomy_term'
  20. handler_settings:
  21. target_bundles:
  22. forums: forums
  23. sort:
  24. field: _none
  25. auto_create: true
  26. field_type: entity_reference

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.