1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00

Merge branch 'examples_char_limits' into 'master'

examples/config.py: update char_limit defaults

See merge request fdroid/fdroidserver!555
This commit is contained in:
Michael Pöhn 2018-08-12 20:31:55 +00:00
commit 64c5d176da

View File

@ -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