Fixes: #U4-1360 - full names of tree types in config.

Updates: #U4-1303 - basic UI support for partial view macros.
This commit is contained in:
Shannon Deminick
2012-12-30 00:59:25 +03:00
parent 6a84b6dc7a
commit dbe9c6a2a9
15 changed files with 466 additions and 183 deletions

View File

@@ -15,6 +15,8 @@ using Umbraco.Web.BaseRest;
namespace Umbraco.Web.WebServices
{
//TODO: Can we convert this to MVC please instead of /base?
[RestExtension("FolderBrowserService")]
public class FolderBrowserService
{