Created
January 12, 2015 14:42
-
-
Save Sitebase/83c5144adf1e686426e8 to your computer and use it in GitHub Desktop.
Reorder BuboBox stack items
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var bbbx_stack_presets = { | |
'overlay' : { | |
modules: [ | |
'pre', | |
'terms.pre', | |
'terms', | |
'terms.post', | |
'overlay.pre', | |
'overlay', | |
'overlay.post', | |
'form.pre', | |
'form', | |
'form.post', | |
'post' | |
] | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment