Hi
I've created a custom plugin for system settings. In 4.61 this was easy but in CMS I cant get the settings to save. My ascx looks had this:
and the .cs is empty:
[GuiPlugIn(DisplayName = "Blarg Settings", Description = "System Settings for Blarg", Area = PlugInArea.SystemSettings, Url = "~/Custom/Plugins/Settings.ascx")]
public partial class Settings : System.Web.UI.UserControl
{
// TODO: Add your Plugin Control Code here.
}
Has something changed???