introduce Resource Declaration and Location properties to offer more resource management options for developers
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
using Oqtane.Shared;
|
||||
using Oqtane.Shared;
|
||||
|
||||
namespace Oqtane.Models
|
||||
{
|
||||
@ -9,5 +9,7 @@ namespace Oqtane.Models
|
||||
public string Integrity { get; set; }
|
||||
public string CrossOrigin { get; set; }
|
||||
public string Bundle { get; set; }
|
||||
public ResourceDeclaration Declaration { get; set; }
|
||||
public ResourceLocation Location { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user