mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 19:33:46 +00:00
feat: quick project wizard
This commit is contained in:
committed by
Carlos Valente
parent
27f99b4c87
commit
ed2efe183b
@@ -0,0 +1,15 @@
|
||||
import type { QuickStartData } from 'ontime-types';
|
||||
|
||||
export const quickStartDefaults: QuickStartData = {
|
||||
project: {
|
||||
title: '',
|
||||
},
|
||||
settings: {
|
||||
timeFormat: '24',
|
||||
language: 'en',
|
||||
},
|
||||
viewSettings: {
|
||||
freezeEnd: false,
|
||||
endMessage: '',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user