File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Perplex.Umbraco.Forms/Code Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments