increase char limit for RTE label generator from 50 to 160

This commit is contained in:
2017-10-02 15:40:04 +02:00
parent 46bbf24edf
commit 93659e5a22
+1 -1
View File
@@ -443,7 +443,7 @@ angular.module('umbraco.services').factory('archetypeLabelService', function (ar
function coreTinyMce(value, scope, args) {
if(!args.contentLength) {
args = {contentLength: 50}
args = {contentLength: 160}
}
var suffix = "";