Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Perplex.Umbraco.Forms/Code/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";


/// <summary>
/// Relative location of folders.json file
/// </summary>
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";

/// <summary>
/// Relative location of PerplexUmbracoForms.config file
Expand Down