Adds modelbuilder ui intergration

As we load the doctype editor, we detect if the install has the models
builder dlls, if not found / error, we should the normal save button,
otherwise you get a button + generate models option.
web.configs + translated prepared as well, but nothing is active untill
the zbu dlls are dropped in bin
This commit is contained in:
Per Ploug
2015-10-15 13:10:59 +02:00
parent 205a6c2b4a
commit 4d5ba9304f
8 changed files with 100 additions and 9 deletions

View File

@@ -22,6 +22,8 @@
<add namespace="Umbraco.Web.Mvc" />
<add namespace="umbraco" />
<add namespace="Examine" />
<add namespace="Umbraco.Web.PublishedContentModels"/>
</namespaces>
</pages>
</system.web.webPages.razor>