mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
feat: add display mode selector to info page editor
This commit is contained in:
@@ -43,7 +43,7 @@ export interface InfoPageCreateRequest {
|
||||
sort_order: number;
|
||||
icon: string | null;
|
||||
replaces_tab: ReplacesTab | null;
|
||||
display_mode?: InfoPageDisplayMode;
|
||||
display_mode: InfoPageDisplayMode;
|
||||
}
|
||||
|
||||
export interface InfoPageUpdateRequest {
|
||||
|
||||
Reference in New Issue
Block a user