Thank you so much for this amazing module.

I'm working on migrating a Drupal 7 site to Drupal 8. There are contexts that have three conditions: Menu, Taxonomy, and Path, and matching any of those triggers three reactions: Menu, Theme page, and Theme HTML.

I don't see any way to re-create the Menu or Taxonomy conditions, and I don't see any way to re-create the Theme page or Theme HTML reactions.

Is there a way to implement Menu conditions, Taxonomy conditions, Theme page reactions, or Theme HTML reactions?

Is there a repository of Plugin API plugins that can be re-used in individual sites?

If there's currently no way to do this in Contexts, are there other modules that might provide similar functionality?

Thank you!

Kristi

Comments

Kristi Wachter created an issue. See original summary.

deaom’s picture

Hi @Kristi Wachter, the taxonomy condition can be achieved if you add/enabled ctools module, then the Vocabulary (ctools) condition is available. For the Menu I think you will need to custom code it to be available. The ctools are enabeling only custom menu link bundles.

paulocs’s picture

Btw it is possible to add theme reaction as well.
Do you have any other question @Kristi Wachter?

I'll close the issue. Feel free to reopen it.

paulocs’s picture

Status: Active » Fixed
paulocs’s picture

Status: Fixed » Closed (fixed)