From d7c68b7f122e722ba0635a2ddafdc5ea8b7a03ce Mon Sep 17 00:00:00 2001 From: Per Ploug Krogslund Date: Mon, 9 Sep 2013 20:26:50 +0200 Subject: [PATCH] tutorials index.ngdoc update to include part 4 --- src/Umbraco.Web.UI.Client/docs/src/tutorials/index.ngdoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/docs/src/tutorials/index.ngdoc b/src/Umbraco.Web.UI.Client/docs/src/tutorials/index.ngdoc index d0a6ad6a69..85ca0606ef 100644 --- a/src/Umbraco.Web.UI.Client/docs/src/tutorials/index.ngdoc +++ b/src/Umbraco.Web.UI.Client/docs/src/tutorials/index.ngdoc @@ -31,6 +31,10 @@ How we make the editor configurable so it becomes flexible and reusable ###{@link Intergrating-Services-With-PropertyEditor Intergrating services} How you can get access to all the standard services inside of Umbraco from your editor +###{@link Add-ServerSide-Data Adding serverside data} +How you can return your own custom data from the server to a property editor +through a ApiController + ##Start developing ###{@link Source-Code-Structure how the source code is structured}