Posted by R.J. Steinert on November 26, 2009 at 5:45am
2 followers
Jump to:
| Project: | Drupal For Firebug |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
| Issue tags: | Context, context module, drupalforfirebug |
Issue Summary
I would love to see the active Contexts on a page listed in a Firebug tab. If you give me a brief description of how you might implement it, I could do the leg work.
Comments
#1
This would be a neat idea! I believe all that needs to happen is a function get called that will correctly retrieve the contexts for a given page. Might be worth adding spaces to the same. In terms of moving this forward, it will require an update to the FF plugin itself so...
I would say the first step is just to get working code, using firep(), to output the relevant context and spaces present. If we can get some useful stuff there, I can modify the larger module to support that.