Update: Use Generics for Compiled View
Also standardize inclusion of StyleSheets/Scripts for Plugin Resources
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Disco.Web.Areas.Config.Models.Plugins
|
||||
this.Manifest = response.Manifest;
|
||||
|
||||
this.PluginViewType = response.ViewType;
|
||||
this.PluginViewModel = response.ViewModel;
|
||||
this.PluginViewModel = response.Model;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user