@Matt Bliss all good thanks, yes, I'm down for Spark next week, but only the Friday, I'll grab you at some point to discuss. Your package idea sounds very similar to what we want to do 👍 .
Our requirements are these:
1) ability to add a checkbox and or textbox (maybe other simple controls) against each propertytype / field added to a doc type.
2) we need a checkbox (Include in model) and textbox (Alternate Alias)
3) then in our custom modelsbuilder code, when the standard PublishedContent models are built, we are going to build our own set of xxxxx.cs models for use elsewhere
I've got to the point where I can add some properties to the modal, but this has involved intercepting the angularjs call to "views/common/infiniteeditors/propertysettings/propertysettings.html" and switching it out for a custom version. I really don't want to go down that route and alter the CMS standard code. I'd much prefer a code / extensible way to do it !!