mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 07:22:29 +03:00
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:
commit
3bdbbfd45b
2 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ default_config = {
|
|||
'smartcardoptions': [],
|
||||
'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