changed IsModule property name to ES6Module for clarity

This commit is contained in:
Shaun Walker
2022-02-20 08:53:04 -05:00
parent b68e3cb10f
commit 99986c1b94
4 changed files with 4 additions and 4 deletions

View File

@ -45,6 +45,6 @@ namespace Oqtane.Models
/// <summary>
/// For Scripts this allows type="module" registrations - not applicable to Stylesheets
/// </summary>
public bool? IsModule { get; set; }
public bool ES6Module { get; set; }
}
}