The documentation states:

All configuration options are on the vocabulary's edit screen

But in my Drupal 8 installation they do not.

This is what I did:

  • Installed Drupal 8
  • Created a vocabulary
  • Installed the Taxonomy menu module

What should have happened?

All configuration options of module Taxonomy menu should be available through the edit page of the vocabulary.

What has happened?

The configurations options do not show up.

Comments

gunwald created an issue. See original summary.

nerdstein’s picture

Assigned: Unassigned » nerdstein
Status: Active » Closed (works as designed)

In the 8.x-3.x version, Taxonomy Menus are separate entities that bridge Vocabulary and Menu entities.

To manage taxonomy menus, you must go into Structure > Taxonomy Menus.

Taxonomy menus are not managed from the Vocabulary edit screen. The terms found in the taxonomy menu are, when you select "List Terms".

I reviewed the project page and the readme that ships with the branch. I didn't see anything to update.

I am marking this as "closed" because it didn't require any action on my part. If I somehow misunderstood, please reopen and provide more details.