Skip to content

Commit

Permalink
add email to desk schema (#2502)
Browse files Browse the repository at this point in the history
CPCN-502
  • Loading branch information
petrjasek authored Dec 15, 2023
1 parent 42bbdb0 commit 7c4ae98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/desks.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class DeskTypes(SuperdeskBaseEnum):
"preserve_published_content": {"type": "boolean", "required": False, "default": False},
# Store SAMS's Desk settings on the Desk items
"sams_settings": {"type": "dict", "allow_unknown": True, "schema": {"allowed_sets": {"type": "list"}}},
"email": {"type": "string", "nullable": True},
}


Expand Down

0 comments on commit 7c4ae98

Please sign in to comment.