ability to specify PageTemplates for modules
This commit is contained in:
@ -8,5 +8,6 @@ namespace Oqtane.Infrastructure
|
||||
public int SiteId { get; set; }
|
||||
public List<string> Assemblies { get; set; } = new List<string>();
|
||||
public List<Resource>Scripts { get; set; } = new List<Resource>();
|
||||
public bool IsMigrated { get; set; } = false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user