I would like to create a custom context aware pane, is there documentation on how to do this. I have looked at the code that comes with panels, but all of the code for the panes is tied into other subsystems (blocks, views, etc)
Is there an example of how to create something that just outputs the current context in a pane from my own module?
Comments
Comment #1
drupalnuts commentedit looks like this might be a question for ctools?
Comment #2
merlinofchaos commenteddo a google search for Michelle's tutorial on creating content types, that's the best documentation available right now.
Comment #3
michellehttp://shellmultimedia.com/articles/creating-content-type-ctools-panels-3
It's pretty old... Last April. So it's probably not 100% accurate anymore. You can look at Author Pane's content type in the current version to see any changes.
Michelle
Comment #4
merlinofchaos commentedWow. It turns out that there is actually some (poor) documentation on this in the advanced help. I thought this would be empty!
Comment #5
merlinofchaos commented