recipe.yml

core/recipes/tags_taxonomy/recipe.yml

File

core/recipes/tags_taxonomy/recipe.yml

View source
  1. name: Tags
  2. description: 'Provides "Tags" taxonomy vocabulary and related configuration. Use tags to group content on similar topics into categories.'
  3. type: 'Taxonomy'
  4. install:
  5. - taxonomy
  6. # Added until the following issue is fixed.
  7. # Taxonomy should provide a fallback way to display terms when Views is not enabled.
  8. # https://www.drupal.org/project/drupal/issues/3479980
  9. - views
  10. config:
  11. # If the `tags` vocabulary already exists, there's no need to conflict with it.
  12. strict: false
  13. import:
  14. taxonomy: '*'

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