improved file upload, enhanced module installation from Nuget to support upgrades, added ability to upgrade the framework from Nuget, completed isolated multitenancy and site alias management, created IPortable interface for importing data into modules, added default content to initial installation
This commit is contained in:
9
Oqtane.Shared/Models/ModuleContent.cs
Normal file
9
Oqtane.Shared/Models/ModuleContent.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace Oqtane.Models
|
||||
{
|
||||
public class ModuleContent
|
||||
{
|
||||
public string ModuleDefinitionName { get; set; }
|
||||
public string Version { get; set; }
|
||||
public string Content { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user