Increase default title truncation to 120

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-27 18:33:37 -04:00
parent 4f92bde7d7
commit 8bbd83ea76
3 changed files with 3 additions and 1 deletions

View File

@@ -182,6 +182,7 @@
* Load only one language in the document properties form.
* Convert title calculation form to a template tag.
* Show the full title as a hover title even when truncated.
* Increase default title truncation length to 120 characters.
3.1.11 (2019-04-XX)
===================

View File

@@ -214,6 +214,7 @@ Other changes
* Load only one language in the document properties form.
* Convert title calculation form to a template tag.
* Show the full title as a hover title even when truncated.
* Increase default title truncation length to 120 characters.
Removals
--------

View File

@@ -1 +1 @@
DEFAULT_MAXIMUM_TITLE_LENGTH = 80
DEFAULT_MAXIMUM_TITLE_LENGTH = 120