From 3effe6b96deaba4fd86f4b134730179d351579a0 Mon Sep 17 00:00:00 2001 From: Shannon Date: Thu, 5 Dec 2013 12:38:39 +1100 Subject: [PATCH] updates manifest docs to be correct --- .../docs/src/tutorials/manifest.ngdoc | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/docs/src/tutorials/manifest.ngdoc b/src/Umbraco.Web.UI.Client/docs/src/tutorials/manifest.ngdoc index ba7695e7c8..b2826d0d86 100644 --- a/src/Umbraco.Web.UI.Client/docs/src/tutorials/manifest.ngdoc +++ b/src/Umbraco.Web.UI.Client/docs/src/tutorials/manifest.ngdoc @@ -2,18 +2,17 @@ @name Manifest overview @description -This is a sample manifest, it is always stored in a folder in /app_plugins, with the name package.manifest: +This is a sample manifest, it is always stored in a folder in /app_plugins/{YourPackageName}, with the name package.manifest: { propertyEditors: [ { alias: "Sir.Trevor", - name: "Sir Trevor", - hideLabel: true, - valueType: "JSON", - editor: { - view: "~/App_Plugins/SirTrevor/SirTrevor.html" - } + name: "Sir Trevor", + editor: { + view: "~/App_Plugins/SirTrevor/SirTrevor.html", + hideLabel: true, + valueType: "JSON" } ], javascript: [