add default edit settings

This commit is contained in:
rolux 2013-08-07 14:31:35 +00:00
parent 5ac36a30e8
commit 36c32a5333

View file

@ -320,6 +320,13 @@ appPanel
pandora.site.listSettings[key] = key[4].toLowerCase() + key.slice(5);
}
});
pandora.site.editSettings = {
clip: '',
'in': 0,
out: 0,
position: 0,
sort: [{key: 'index', operator: '+'}]
};
Ox.extend(pandora.user, {
sectionElement: 'buttons',