Closed (fixed)
Project:
Skinr
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2010 at 02:45 UTC
Updated:
22 Dec 2010 at 23:23 UTC
What determines the order that skin sets appear in the Dialog screen? For instance, I have two sets:
/sites/all/skins/layout/layout.info (group name 'layout')
/sites/all/skins/menus/menus.info (group name 'menus')
I'd like layout options to appear before menu options in the Dialog popup, but can't figure out how the order is determined. It isn't alphabetical for me.
Thanks for any help!
Comments
Comment #1
jacineHi,
If you've got a group already, adding a weight, like this should work for you:
skinr[options][groups][layout][weight] = -1:)
Comment #2
kdmarks commentedExcellent! Works beautifully. So nice that weights are available. Thanks!
Comment #3
ChrisBryant commented