Feat/chat custom disclaimer (#4306)

This commit is contained in:
Patryk Garstecki 2024-05-18 04:52:48 +02:00 committed by GitHub
commit aa13d14019
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
43 changed files with 350 additions and 159 deletions

View file

@ -21,6 +21,7 @@ recommended_app_fields = {
'description': fields.String(attribute='description'),
'copyright': fields.String,
'privacy_policy': fields.String,
'custom_disclaimer': fields.String,
'category': fields.String,
'position': fields.Integer,
'is_listed': fields.Boolean