blipson89 / Synthesis

Synthesis is a universal object mapper for Sitecore
MIT License
75 stars 25 forks source link

Include IStandardRenderingParametersItem in Synthesis #69

Open emf-bgadd opened 6 years ago

emf-bgadd commented 6 years ago

When code generation occurs on an item which is derived from sitecore Standard Rendering Parameters template, that template's generated code should implement a built-in interface for IStandardRenderingParametersItem.

Currently, synthesis will create this item in the first project that requires it and point all other solution projects with templates that derive from IStandardRenderingParametersItem to that project (if auto friending is enabled).