define sections in one location
This commit is contained in:
parent
2093922208
commit
5168ed4a33
4 changed files with 11 additions and 16 deletions
|
|
@ -395,6 +395,11 @@ appPanel
|
|||
}) ? 'manual' : data.site.layers.some(function(layer) {
|
||||
return layer.hasPlaces;
|
||||
}) ? 'auto' : 'none',
|
||||
sections: [
|
||||
{id: 'items', title: Ox._(pandora.site.itemName.plural)},
|
||||
{id: 'edits', title: Ox._('Edits')},
|
||||
{id: 'documents', title: Ox._('Documents')}
|
||||
],
|
||||
sectionFolders: {
|
||||
items: [
|
||||
{id: 'personal', title: 'Personal Lists'},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue