mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 06:52:39 +03:00
examples/config.py: update char_limit defaults
This commit is contained in:
parent
9b0f7f9d04
commit
bc1766c7ce
1 changed files with 6 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue