upload functionality

This commit is contained in:
2026-07-13 20:09:31 +05:30
parent f3135b8247
commit 83ecdcb500
5 changed files with 110 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ export interface FieldConfig {
fk?: FKFieldConfig;
uiType?: string;
uploadUrl?: string;
upload?: { type: string; url: string };
refSchema?: string;
inlineDisplayFormat?: string;
isArray: boolean;