Closed (works as designed)
Project:
Skinr
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Dec 2009 at 11:32 UTC
Updated:
17 Jan 2010 at 07:19 UTC
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
Comment #1
moonray commentedThe 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
Comment #2
_cc_ commentedCool, import and export will be very helpful for other stuff too!