mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:34:31 +08:00
UX: Lightbox support for image uploader. (#7034)
This commit is contained in:
@ -536,6 +536,15 @@ export default function() {
|
||||
});
|
||||
});
|
||||
|
||||
this.post("/uploads/lookup-metadata", () => {
|
||||
return response(200, {
|
||||
imageFilename: "somefile.png",
|
||||
imageFilesize: "10 KB",
|
||||
imageWidth: "1",
|
||||
imageHeight: "1"
|
||||
});
|
||||
});
|
||||
|
||||
this.get("/inline-onebox", request => {
|
||||
if (
|
||||
request.queryParams.urls.includes(
|
||||
|
Reference in New Issue
Block a user