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 = { export const defaultExcelImportMap = {
worksheet: 'event schedule', worksheet: 'event schedule',
projectName: 'project name', projectName: 'project name',
projectDescription: 'project descriptotion', projectDescription: 'project description',
publicUrl: 'public url', publicUrl: 'public url',
publicInfo: 'public info', publicInfo: 'public info',
backstageUrl: 'backstage url', backstageUrl: 'backstage url',
@@ -13,11 +13,11 @@ export const defaultExcelImportMap = {
timeEnd: 'time end', timeEnd: 'time end',
duration: 'duration', duration: 'duration',
cue: 'cue', cue: 'cue',
title: 'event title', title: 'title',
presenter: 'presenter name', presenter: 'presenter',
subtitle: 'event subtitle', subtitle: 'subtitle',
isPublic: 'is public? (x)', isPublic: 'public',
skip: 'skip? (x)', skip: 'skip',
note: 'notes', note: 'notes',
colour: 'colour', colour: 'colour',
endAction: 'end action', endAction: 'end action',