increase char limit for RTE label generator from 50 to 160
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user