removes IMacroGuiRendering, all umbraco.interfaces/skinning classes, fixes CDF load in some aspx views, removes dialog/editmacro.aspx, removes macroParameterControl
This commit is contained in:
@@ -79,11 +79,7 @@ namespace Umbraco.Web.Macros
|
||||
{
|
||||
get { return Enumerable.Empty<string>(); }
|
||||
}
|
||||
public Dictionary<string, IMacroGuiRendering> SupportedProperties
|
||||
{
|
||||
get { throw new NotSupportedException(); }
|
||||
}
|
||||
|
||||
|
||||
public bool Validate(string code, string tempFileName, INode currentPage, out string errorMessage)
|
||||
{
|
||||
var temp = GetVirtualPathFromPhysicalPath(tempFileName);
|
||||
|
||||
Reference in New Issue
Block a user