Created
January 22, 2018 19:54
-
-
Save hermanussen/b5b09fa23aff7adbd5b8ce6f15e36a1b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// PLATFORM MODE IS ON - please check the CompiledDomainModel settings if this was unintentional | |
// | |
// Please use the following url and change it to your needs: | |
// http://sitecoredemo/sitecore/shell/Applications/CompiledDomainModel/CodeGenerator.aspx?platformsets=<PIPE_SEPARATED_SET_NAMES> | |
// | |
// Use one or more of the following names to generate for the part of the platform you need (exclude the brackets): | |
// [Core] (should be used in a project that all other projects have a dependency with) | |
// [PlatformTemplatesSet] (domain objects) | |
// [SomeProjectTemplatesSet] (domain objects) | |
// [PlatformFixedPaths] (fixed paths) | |
// [SomeProjectFixedPathsSet] (fixed paths) | |
// | |
// As a starting point, this is what the URL would look like if you would want to generate everything | |
// http://sitecoredemo/sitecore/shell/Applications/CompiledDomainModel/CodeGenerator.aspx?platformsets=Core|PlatformTemplatesSet|SomeProjectTemplatesSet|PlatformFixedPaths|SomeProjectFixedPathsSet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment