We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db56937 commit f4bb1bcCopy full SHA for f4bb1bc
1 file changed
Perplex.Umbraco.Forms/Code/Constants.cs
@@ -53,12 +53,12 @@ public enum EnmFieldTypeId
53
}
54
55
public const string PERPLEX_FIELDTYPE_ROOT_FOLDER = "~/Views/Partials/Forms/Fieldtypes/Perplex";
56
- public const string DATATYPE_ROOT_FOLDER = "~/App_Plugins/PerplexUmbracoForms";
+ public const string DATATYPE_ROOT_FOLDER = "~/App_Plugins/PerplexUmbracoForms";
57
58
/// <summary>
59
/// Relative location of folders.json file
60
/// </summary>
61
- 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";
62
63
64
/// Relative location of PerplexUmbracoForms.config file
0 commit comments