Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hermanussen/b5b09fa23aff7adbd5b8ce6f15e36a1b to your computer and use it in GitHub Desktop.
Save hermanussen/b5b09fa23aff7adbd5b8ce6f15e36a1b to your computer and use it in GitHub Desktop.
// 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