add default edit settings
This commit is contained in:
parent
5ac36a30e8
commit
36c32a5333
1 changed files with 7 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue