At the moment when you export a panel (using the Export tab at the top of the panels interface) the skinr settings do not seem to be exported. In the exported code you just get this:

  $pane->style = array(
    'style' => 'skinr',
    'settings' => NULL,
  );

It would be nice if this exported the settings to the panel looked the same when it was imported.

Comments

moonray’s picture

Status: Active » Closed (works as designed)

The skinr settings aren't actually stored in the panel. All skinr settings are saved per theme in a special skinr variable.

I've added import and export features at admin/settings/skinr/import and admin/settings/skinr/export

_cc_’s picture

Cool, import and export will be very helpful for other stuff too!