lars-erik / Umbraco.CodeGen

Typed model generator and "code-first" parser for Umbraco. Synchronizes C# classes with uSync DocumentType files.
MIT License
28 stars 8 forks source link

U7 Composition Properties? #10

Open s6admin opened 9 years ago

s6admin commented 9 years ago

Excellent package! Does the current NuGet version support Composition properties from Umbraco 7.2+?

I see that there is a Compositions section in the def.config file which properly lists any selected DocTypes, but none of their properties appear in the Model except for the Master DocType (if any).

Not sure if this is a bug, missing feature, or an incorrect implementation on my end.

Thank you!

lars-erik commented 9 years ago

Sorry, not yet. I'm too busy using it for clients on sites built with 7.1.x, but I'm still committed. Just have to find the time.

s6admin commented 9 years ago

Sounds great. If you need any feedback during the process, feel free to ask!