handle site level scripts in App component
This commit is contained in:
@ -7,7 +7,6 @@ namespace Oqtane.Infrastructure
|
||||
{
|
||||
public string SiteKey { get; set; }
|
||||
public List<string> Assemblies { get; set; } = new List<string>();
|
||||
public List<Resource>Scripts { get; set; } = new List<Resource>();
|
||||
public bool IsInitialized { get; set; } = false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user