Skip to content

Commit f4bb1bc

Browse files
committed
Store folders.json in app_data
PerplexDigital#4
1 parent db56937 commit f4bb1bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Perplex.Umbraco.Forms/Code/Constants.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ public enum EnmFieldTypeId
5353
}
5454

5555
public const string PERPLEX_FIELDTYPE_ROOT_FOLDER = "~/Views/Partials/Forms/Fieldtypes/Perplex";
56-
public const string DATATYPE_ROOT_FOLDER = "~/App_Plugins/PerplexUmbracoForms";
56+
public const string DATATYPE_ROOT_FOLDER = "~/App_Plugins/PerplexUmbracoForms";
5757

5858
/// <summary>
5959
/// Relative location of folders.json file
6060
/// </summary>
61-
public const string FOLDERS_DATA_FILE_PATH = DATATYPE_ROOT_FOLDER + "/data/folders.json";
61+
public const string FOLDERS_DATA_FILE_PATH = "~/App_Data/PerplexUmbracoForms/folders.json";
6262

6363
/// <summary>
6464
/// Relative location of PerplexUmbracoForms.config file

0 commit comments

Comments
 (0)