mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
examples/config.py: update char_limit defaults
This commit is contained in:
parent
9b0f7f9d04
commit
bc1766c7ce
@ -302,8 +302,12 @@ The repository of older versions of applications from the main demo repository.
|
||||
# Limit in number of characters that fields can take up
|
||||
# Only the fields listed here are supported, defaults shown
|
||||
# char_limits = {
|
||||
# 'Summary': 80,
|
||||
# 'Description': 4000,
|
||||
# 'author': 256,
|
||||
# 'name': 30,
|
||||
# 'summary': 80,
|
||||
# 'description': 4000,
|
||||
# 'video': 256,
|
||||
# 'whatsNew': 500,
|
||||
# }
|
||||
|
||||
# It is possible for the server operator to specify lists of apps that
|
||||
|
Loading…
Reference in New Issue
Block a user