mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-11-16 19:14:16 +01:00
Allow uploading custom files for bookmarks (#713)
This commit is contained in:
@@ -91,6 +91,7 @@ class Bookmark(models.Model):
|
||||
|
||||
class BookmarkAsset(models.Model):
|
||||
TYPE_SNAPSHOT = "snapshot"
|
||||
TYPE_UPLOAD = "upload"
|
||||
|
||||
CONTENT_TYPE_HTML = "text/html"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user