Skip to content

Commit

Permalink
Merge pull request #231 from serlo/lti-tool-with-icon
Browse files Browse the repository at this point in the history
feat: add quick icon
  • Loading branch information
LarsTheGlidingSquirrel authored Jan 24, 2025
2 parents 8b78c20 + a9cc226 commit 5cedfd1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/backend/editor-route-handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ export async function deeplinkingDone(req: Request, res: Response) {
url: url.href,
title: `Serlo Editor Content`,
text: 'Placeholder description',
// icon:
icon: {
url: 'https://editor.serlo.dev/media/serlo-org/skkwa1vksa3v2yc7bj9z0bni/image.png',
width: 500,
height: 500,
},
// thumbnail:
// window:
// iframe: {
Expand Down

0 comments on commit 5cedfd1

Please sign in to comment.