Skip to content

Commit 8eb4542

Browse files
committed
feat: add tagline to upload response in UploadPlugin
1 parent b2d29ce commit 8eb4542

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,11 @@ export default class UploadPlugin extends AdminForthPlugin {
307307
} else {
308308
previewUrl = await this.options.storageAdapter.getDownloadUrl(filePath, 1800);
309309
}
310+
const tagline = `${ADMINFORTH_NOT_YET_USED_TAG}=true`;
310311

311312
return {
312313
uploadUrl,
314+
tagline,
313315
filePath,
314316
uploadExtraParams,
315317
previewUrl,

0 commit comments

Comments
 (0)