Skip to content
Snippets Groups Projects
Commit 4e66caa8 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

feat: enable license support for images

refs #185
parent 00aa80c5
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,8 @@ function newImage(file: File, content: string): NewImage {
image: content,
file,
altText: file.name,
isUseExplicitlyGrantedByAuthor: false,
licenseId: null,
credits: '',
width: 0,
height: 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment