mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-13 05:45:22 -05:00
notification import/export (#413)
Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
@@ -11,6 +11,7 @@ class BackupOptions(BaseModel):
|
||||
themes: bool = True
|
||||
groups: bool = True
|
||||
users: bool = True
|
||||
notifications: bool = True
|
||||
|
||||
class Config:
|
||||
schema_extra = {
|
||||
|
||||
@@ -31,3 +31,7 @@ class UserImport(ImportBase):
|
||||
|
||||
class CustomPageImport(ImportBase):
|
||||
pass
|
||||
|
||||
|
||||
class NotificationImport(ImportBase):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user