enhance(frontend): ウィジェットもpreference管理に
This commit is contained in:
parent
2918fb2609
commit
69eee9f050
8 changed files with 57 additions and 61 deletions
|
|
@ -35,6 +35,15 @@ export const PREF_DEF = {
|
|||
accountDependent: true,
|
||||
default: null as string | null,
|
||||
},
|
||||
widgets: {
|
||||
accountDependent: true,
|
||||
default: [] as {
|
||||
name: string;
|
||||
id: string;
|
||||
place: string | null;
|
||||
data: Record<string, any>;
|
||||
}[],
|
||||
},
|
||||
|
||||
themes: {
|
||||
default: [] as Theme[],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue