Merge branch 'longer_titles' into 'master'

bump title char_limit to 50

Closes fdroiddata#1906 and #726

See merge request fdroid/fdroidserver!702
This commit is contained in:
Marcus 2020-01-14 13:54:41 +00:00
commit 3bdbbfd45b
2 changed files with 2 additions and 2 deletions

View File

@ -313,7 +313,7 @@ The repository of older versions of applications from the main demo repository.
# Only the fields listed here are supported, defaults shown # Only the fields listed here are supported, defaults shown
# char_limits = { # char_limits = {
# 'author': 256, # 'author': 256,
# 'name': 30, # 'name': 50,
# 'summary': 80, # 'summary': 80,
# 'description': 4000, # 'description': 4000,
# 'video': 256, # 'video': 256,

View File

@ -129,7 +129,7 @@ default_config = {
'smartcardoptions': [], 'smartcardoptions': [],
'char_limits': { 'char_limits': {
'author': 256, 'author': 256,
'name': 30, 'name': 50,
'summary': 80, 'summary': 80,
'description': 4000, 'description': 4000,
'video': 256, 'video': 256,