update sheets_config

This commit is contained in:
Lachlan Kermode
2020-03-26 06:45:06 +01:00
parent eeb040c6ef
commit 5feeff589a
2 changed files with 18 additions and 15 deletions

5
.gitignore vendored
View File

@@ -10,4 +10,7 @@
src/config.js
/yarn-error.log
*.pem
.travis.yml.old
.travis.yml.old
tags
tags.lock
tags.temp

View File

@@ -1,20 +1,20 @@
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 {
googleSheets: {
sheets: [
{
name: 'example',
id: '1UC7DkCFeUXHfpUxUGruExwFbP4pqVBdJLOKfo6wDDGk',
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
}
}
]
sheets: [{
name: 'teuruwera',
id: '1UC7DkCFeUXHfpUxUGruExwFbP4pqVBdJLOKfo6wDDGk',
tabs: timemapStructure
}]
}
}