hey
would it be possible to add CSS Class to the variant editor (general pane)?

as in
CSS ID:
CSS Class:
CSS code:

in /admin/build/pages/nojs/operation/node_view/handlers/node_view_panel_context/settings

Comments

arbel’s picture

Version: 6.x-3.9 » 7.x-3.x-dev

I second that...very important request!

merlinofchaos’s picture

Status: Active » Closed (won't fix)

Unfortunately layouts have a method of injecting an ID but not classes. Doing this would require all layouts to be updated to accept classes, which is a significant API change in Panels, and not an easy one.

Right now the only thing you can do is, if using flexible, you can set the canvas class in the canvas settings.

lpalgarvio’s picture

postpone perhaps? for whenever you feel this could be achieved