Configure the relative serialization path
Abstract
How to change the relative serialization path of the Sitecore Content Serialization (SCS) system.
The Sitecore Content Serialization (SCS) system places content items serialized from a Sitecore instance in the serialization path relative to the module file.
To change the relative serialization path:
Go to your project folder.
Open the
sitecore.json
file.Locate the
defaultModuleRelativeSerializationPath
property:"serialization": { "defaultMaxRelativeItemPathLength": 120, "defaultModuleRelativeSerializationPath": "serialization" }
Change the value from
serialization
to the path that you want. You must not exceed the limits of your file system.Save the
sitecore.json
file.
Important
If you have already serialized content items from a Sitecore instance to your file system, you must move your content items to the new path.