Hi,

Using Context I decided not to use the default block UI and enable all blocks using a site-wide context and disable all blocks in the core's block UI. This worked fine, until I wanted to enable one block again in the core UI for testing purposes. I received this error: "Region for Main page content block field is required". So disabling the Main Content is allowed, but enabling another block without Main Content is not.

So for now I'm kind of forced to keep Main Content out of the context settings.

But this might be a core issue, no?

Cheers,
Danny

Comments

mrfelton’s picture

I don't hink it's a core bug exactly, but it is a pretty inflexible l;imitation that doesn't play well with Context. Context probably needs to do something to work around this, as the limitation is in Core for a reason.

elijah lynn’s picture

Wow, this helped big time. http://drupal.stackexchange.com/questions/11918/region-for-main-page-con...

I was racking my brain in order to figure out how to disable all blocks in order to properly use Context and kept getting the error "Region for Main page content block field is required", who knew it had to be the last one to disable!!