refactor: align import map to demo

This commit is contained in:
cv
2023-09-29 21:40:22 +02:00
parent e10c0e8c97
commit 9b12afe2a6
@@ -4,7 +4,7 @@ export type ExcelImportMap = typeof defaultExcelImportMap;
export const defaultExcelImportMap = {
worksheet: 'event schedule',
projectName: 'project name',
projectDescription: 'project descriptotion',
projectDescription: 'project description',
publicUrl: 'public url',
publicInfo: 'public info',
backstageUrl: 'backstage url',
@@ -13,11 +13,11 @@ export const defaultExcelImportMap = {
timeEnd: 'time end',
duration: 'duration',
cue: 'cue',
title: 'event title',
presenter: 'presenter name',
subtitle: 'event subtitle',
isPublic: 'is public? (x)',
skip: 'skip? (x)',
title: 'title',
presenter: 'presenter',
subtitle: 'subtitle',
isPublic: 'public',
skip: 'skip',
note: 'notes',
colour: 'colour',
endAction: 'end action',