mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-09 17:33:55 +00:00
refactor: align import map to demo
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user