diff --git a/pillar/settings.py b/pillar/settings.py index a0a9abb8..fe1b89aa 100644 --- a/pillar/settings.py +++ b/pillar/settings.py @@ -67,6 +67,15 @@ users_schema = { } } } + }, + 'settings': { + 'type': 'dict', + 'schema': { + 'email_communications': { + 'type': 'integer', + 'allowed': [0, 1] + } + } } }