mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
bump title char_limit to 50
This follows google play in doing so. Closes fdroidserver#726, fdroid/fdroiddata#1906.
This commit is contained in:
parent
098bce2134
commit
96ba194d65
2 changed files with 2 additions and 2 deletions
|
@ -306,7 +306,7 @@ The repository of older versions of applications from the main demo repository.
|
|||
# Only the fields listed here are supported, defaults shown
|
||||
# char_limits = {
|
||||
# 'author': 256,
|
||||
# 'name': 30,
|
||||
# 'name': 50,
|
||||
# 'summary': 80,
|
||||
# 'description': 4000,
|
||||
# 'video': 256,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue