From bc1766c7ce95cbb644663e91ea3627904aae0967 Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Sun, 12 Aug 2018 18:09:46 +0200 Subject: [PATCH] examples/config.py: update char_limit defaults --- examples/config.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/examples/config.py b/examples/config.py index 2fd46956..7e2be2e4 100644 --- a/examples/config.py +++ b/examples/config.py @@ -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