Update default config

This commit is contained in:
ajnart
2022-12-24 17:18:16 +09:00
parent 3fb82a7336
commit e3d7b04059
20 changed files with 815 additions and 169 deletions

View File

@@ -5,7 +5,7 @@ import { SettingsType } from './settings';
import { IWidget } from '../widgets/widgets';
export interface ConfigType {
schemaVersion: string;
schemaVersion: number;
configProperties: ConfigPropertiesType;
categories: CategoryType[];
wrappers: WrapperType[];