mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-12 13:28:32 +03:00
update sheets_config
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -10,4 +10,7 @@
|
|||||||
src/config.js
|
src/config.js
|
||||||
/yarn-error.log
|
/yarn-error.log
|
||||||
*.pem
|
*.pem
|
||||||
.travis.yml.old
|
.travis.yml.old
|
||||||
|
tags
|
||||||
|
tags.lock
|
||||||
|
tags.temp
|
||||||
|
|||||||
@@ -1,20 +1,20 @@
|
|||||||
import BP from './lib/blueprinters'
|
import BP from './lib/blueprinters'
|
||||||
|
|
||||||
|
const timemapStructure = {
|
||||||
|
teuruwera_export_events: BP.deeprows,
|
||||||
|
teuruwera_export_categories: [BP.groups, BP.rows],
|
||||||
|
export_narratives: BP.rows,
|
||||||
|
teuruwera_export_sources: BP.deepids,
|
||||||
|
export_sites: BP.rows,
|
||||||
|
export_tags: BP.tree
|
||||||
|
}
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
googleSheets: {
|
googleSheets: {
|
||||||
sheets: [
|
sheets: [{
|
||||||
{
|
name: 'teuruwera',
|
||||||
name: 'example',
|
id: '1UC7DkCFeUXHfpUxUGruExwFbP4pqVBdJLOKfo6wDDGk',
|
||||||
id: '1UC7DkCFeUXHfpUxUGruExwFbP4pqVBdJLOKfo6wDDGk',
|
tabs: timemapStructure
|
||||||
tabs: {
|
}]
|
||||||
export_events: [BP.deeprows, BP.rows],
|
|
||||||
export_categories: [BP.groups, BP.rows],
|
|
||||||
export_narratives: BP.rows,
|
|
||||||
export_sources: BP.deepids,
|
|
||||||
export_sites: BP.rows,
|
|
||||||
export_tags: BP.tree
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user