refactored script resource declaration to allow for bundling, made script loading async, refactored RichTextEditor to use new method
This commit is contained in:
@ -8,5 +8,6 @@ namespace Oqtane.Models
|
||||
public string Url { get; set; }
|
||||
public string Integrity { get; set; }
|
||||
public string CrossOrigin { get; set; }
|
||||
public string Bundle { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user