cancel
Showing results for 
Search instead for 
Did you mean: 

Site name limit (Alf CE 5.2)

thudoletnjak
Champ on-the-rise
Champ on-the-rise

Hello,

I have a question regarding a limit of a site name. I'm using Alfresco Community Edition 5.2.
For example I need a site which has more than 72 characters in its name, is it possible to increase that limit to wanted number?
Or is that a hard-coded limit in Alfresco implementation?

1 ACCEPTED ANSWER

angelborroy
Community Manager Community Manager
Community Manager

It's hardcoded for Share:

https://github.com/Alfresco/share/blob/master/share/src/main/webapp/modules/create-site.js#L166

There is no configuration available to set this param to a different value.

Hyland Developer Evangelist

View answer in original post

1 REPLY 1

angelborroy
Community Manager Community Manager
Community Manager

It's hardcoded for Share:

https://github.com/Alfresco/share/blob/master/share/src/main/webapp/modules/create-site.js#L166

There is no configuration available to set this param to a different value.

Hyland Developer Evangelist