allow developers to use custom icon libraries (Open Iconic is the default)

This commit is contained in:
Shaun Walker
2020-12-22 08:37:33 -05:00
parent 05b0b74578
commit df382ce7a3
13 changed files with 41 additions and 20 deletions

View File

@ -39,7 +39,7 @@ namespace Oqtane.SiteTemplates
Name = "Home",
Parent = "",
Path = "",
Icon = "home",
Icon = "oi oi-home",
IsNavigation = true,
IsPersonalizable = false,
PagePermissions = new List<Permission> {
@ -85,7 +85,7 @@ namespace Oqtane.SiteTemplates
Name = "Private",
Parent = "",
Path = "private",
Icon = "lock-locked",
Icon = "oi oi-lock-locked",
IsNavigation = true,
IsPersonalizable = false,
PagePermissions = new List<Permission> {
@ -109,7 +109,7 @@ namespace Oqtane.SiteTemplates
Name = "My Page",
Parent = "",
Path = "mypage",
Icon = "target",
Icon = "oi oi-target",
IsNavigation = true,
IsPersonalizable = true,
PagePermissions = new List<Permission> {

View File

@ -1,4 +1,4 @@
using Oqtane.Models;
using Oqtane.Models;
using Oqtane.Infrastructure;
using System.Collections.Generic;
using Oqtane.Extensions;
@ -27,7 +27,7 @@ namespace Oqtane.SiteTemplates
Name = "Home",
Parent = "",
Path = "",
Icon = "home",
Icon = "oi oi-home",
IsNavigation = true,
IsPersonalizable = false,
PagePermissions = new List<Permission> {