system names
Jahia 7.3
Jahia 8
How to increase the size of the system names?
Question
How to increase the size of the system names?
Answer
There is a setting that allows increasing the maximum size of the system names.
The default value is 32 (characters).
This limit can be changed by modifying the value in the confi file jahia.properties
Here is the procedure to apply this change:
- Open the
jahia.properties file
:[Jahia]/digital-factory-config/jahia/jahia.properties
- Look for the property
jahia.jcr.maxNameSize
- Change the value of this property as below (64 is an example) (Note # should be removed):
jahia.jcr.maxNameSize = 64
- Stop and restart your Jahia instance.