Increase default title truncation to 120
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -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)
|
||||
===================
|
||||
|
||||
@@ -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
|
||||
--------
|
||||
|
||||
@@ -1 +1 @@
|
||||
DEFAULT_MAXIMUM_TITLE_LENGTH = 80
|
||||
DEFAULT_MAXIMUM_TITLE_LENGTH = 120
|
||||
|
||||
Reference in New Issue
Block a user