1
votes

I've created a space using a custom type. Pretty simple, it just overrides the Drupal variables "site_frontpage" and "theme_default" when someone is inside of the space (using a PURL prefix). Lovely!

Now, when inside of this space, I'd like to disable certain Contexts, and enable other Contexts. For example, when in the space, display blockB instead of blockA, and set the breadcrumb to something different. Can this be done with Spaces out-of-the-box? If not, what could I do from my module to achieve this?

1

1 Answers

0
votes

Context allows you to display Block B instead of Block A depending on the URL, since Contexts allow for URL-sensitive Conditions:

The context admin screen is in admin/build/context.

enter image description here