mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-13 05:48:32 +03:00
update example.config.js
This commit is contained in:
@@ -10,10 +10,11 @@ export default {
|
|||||||
name: 'example',
|
name: 'example',
|
||||||
id: '1UC7DkCFeUXHfpUxUGruExwFbP4pqVBdJLOKfo6wDDGk',
|
id: '1UC7DkCFeUXHfpUxUGruExwFbP4pqVBdJLOKfo6wDDGk',
|
||||||
tabs: {
|
tabs: {
|
||||||
export_events: [BP.byId, BP.byRow],
|
export_events: [BP.deeprows, BP.rows],
|
||||||
export_categories: [BP.byGroup, BP.byRow],
|
export_categories: [BP.groups, BP.rows],
|
||||||
export_sites: BP.byRow,
|
export_sources: BP.ids,
|
||||||
export_tags: BP.byTree
|
export_sites: BP.rows,
|
||||||
|
export_tags: BP.tree
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user