mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 15:09:10 +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 = {
|
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',
|
||||||
|
|||||||
Reference in New Issue
Block a user