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

jacine’s picture

Hi,

If you've got a group already, adding a weight, like this should work for you:

skinr[options][groups][layout][weight] = -1

:)

kdmarks’s picture

Excellent! Works beautifully. So nice that weights are available. Thanks!

ChrisBryant’s picture

Status: Active » Closed (fixed)