admin: add options such as logo return path when served static

This commit is contained in:
dswbx
2025-06-18 07:56:58 +02:00
parent aaa97ed113
commit c86f4c12b7
3 changed files with 16 additions and 5 deletions

View File

@@ -9,8 +9,8 @@ import { Message } from "ui/components/display/Message";
import { useNavigate } from "ui/lib/routes";
export type BkndAdminOptions = {
logo_return_path?: string;
basepath?: string;
logo_return_path?: string;
theme?: AppTheme;
};
type BkndContext = {