Active
Project:
Context
Version:
7.x-3.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Sep 2011 at 22:12 UTC
Updated:
22 Sep 2012 at 00:46 UTC
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
Comment #1
mrfelton commentedI 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.
Comment #2
elijah lynnWow, 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!!