introduce Resource Declaration and Location properties to offer more resource management options for developers

This commit is contained in:
Shaun Walker
2020-10-19 08:03:04 -04:00
parent 74026401a6
commit ecacb681b4
9 changed files with 134 additions and 28 deletions

View File

@ -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; }
}
}