Release v2.6.3: support page with SBP/card/crypto donate placeholders and admin settings.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -54,6 +54,13 @@ DEFAULT_SETTINGS = {
|
||||
'create_protocol': 'awg',
|
||||
'create_server_id': 0,
|
||||
},
|
||||
'donate': {
|
||||
'enabled': True,
|
||||
'intro': '',
|
||||
'sbp': {'enabled': True, 'title': '', 'details': ''},
|
||||
'card': {'enabled': True, 'title': '', 'details': ''},
|
||||
'crypto': {'enabled': True, 'title': '', 'details': ''},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user