mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-16 02:24:23 +08:00
fixup! feat: add post process to storage metadata
This commit is contained in:
@@ -624,7 +624,7 @@ export interface StorageMeta {
|
||||
storeUrl?: boolean,
|
||||
|
||||
/**
|
||||
* Process process the path
|
||||
* Post process the path
|
||||
*/
|
||||
postProcess?: (pathOrUrl: string) => Promise<string>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user