Closed (fixed)
Project:
Panels
Version:
7.x-3.2
Component:
Attn -- s
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 May 2012 at 18:04 UTC
Updated:
7 Jun 2012 at 18:11 UTC
What's a good way to have a pane template for panes inserted into $content['sidebar_first'] in a custom layout?
Comments
Comment #1
merlinofchaos commentedAt this time there isn't actually a way to do that. You can manually select the style and you can use CSS cascading to target panes like that, but actually changing the markup automatically isn't possible because that information is not communicated down to the pane; they do not know what region they are in. That's an intentional limitation.
It becomes particularly problematic to do that when using things lke the IPE, where dragging a pane from one region to another would change the markup of the pane. That is simply not allowed in the system.