From 0ad6e36d86dc36a5db39cb8e561d1c6d582ae32e Mon Sep 17 00:00:00 2001 From: "LAPTOP-JSAC0SHM\\Tim Geyssens" Date: Tue, 14 Nov 2017 10:28:40 +0100 Subject: [PATCH] Store folders.json in app_data --- Perplex.Umbraco.Forms/Code/Constants.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Perplex.Umbraco.Forms/Code/Constants.cs b/Perplex.Umbraco.Forms/Code/Constants.cs index d0db9b3..0819e34 100644 --- a/Perplex.Umbraco.Forms/Code/Constants.cs +++ b/Perplex.Umbraco.Forms/Code/Constants.cs @@ -53,12 +53,13 @@ public enum EnmFieldTypeId } public const string PERPLEX_FIELDTYPE_ROOT_FOLDER = "~/Views/Partials/Forms/Fieldtypes/Perplex"; - public const string DATATYPE_ROOT_FOLDER = "~/App_Plugins/PerplexUmbracoForms"; + public const string DATATYPE_ROOT_FOLDER = "~/App_Plugins/PerplexUmbracoForms"; + /// /// Relative location of folders.json file /// - public const string FOLDERS_DATA_FILE_PATH = DATATYPE_ROOT_FOLDER + "/data/folders.json"; + public const string FOLDERS_DATA_FILE_PATH = "~/App_Data/PerplexUmbracoForms/folders.json"; /// /// Relative location of PerplexUmbracoForms.config file