fix page order for new Privacy and Terms pages
This commit is contained in:
@@ -182,6 +182,7 @@ namespace Oqtane.Infrastructure.SiteTemplates
|
|||||||
Name = "Privacy",
|
Name = "Privacy",
|
||||||
Parent = "",
|
Parent = "",
|
||||||
Path = "privacy",
|
Path = "privacy",
|
||||||
|
Order = seed + 11,
|
||||||
Icon = Icons.Eye,
|
Icon = Icons.Eye,
|
||||||
IsNavigation = false,
|
IsNavigation = false,
|
||||||
IsPersonalizable = false,
|
IsPersonalizable = false,
|
||||||
@@ -212,6 +213,7 @@ namespace Oqtane.Infrastructure.SiteTemplates
|
|||||||
Name = "Terms",
|
Name = "Terms",
|
||||||
Parent = "",
|
Parent = "",
|
||||||
Path = "terms",
|
Path = "terms",
|
||||||
|
Order = seed + 13,
|
||||||
Icon = Icons.List,
|
Icon = Icons.List,
|
||||||
IsNavigation = false,
|
IsNavigation = false,
|
||||||
IsPersonalizable = false,
|
IsPersonalizable = false,
|
||||||
@@ -242,7 +244,7 @@ namespace Oqtane.Infrastructure.SiteTemplates
|
|||||||
Name = "Not Found",
|
Name = "Not Found",
|
||||||
Parent = "",
|
Parent = "",
|
||||||
Path = "404",
|
Path = "404",
|
||||||
Order = seed + 11,
|
Order = seed + 15,
|
||||||
Icon = Icons.X,
|
Icon = Icons.X,
|
||||||
IsNavigation = false,
|
IsNavigation = false,
|
||||||
IsPersonalizable = false,
|
IsPersonalizable = false,
|
||||||
|
|||||||
@@ -473,6 +473,7 @@ namespace Oqtane.Infrastructure
|
|||||||
Name = "Privacy",
|
Name = "Privacy",
|
||||||
Parent = "",
|
Parent = "",
|
||||||
Path = "privacy",
|
Path = "privacy",
|
||||||
|
Order = 1011,
|
||||||
Icon = Icons.Eye,
|
Icon = Icons.Eye,
|
||||||
IsNavigation = false,
|
IsNavigation = false,
|
||||||
IsPersonalizable = false,
|
IsPersonalizable = false,
|
||||||
@@ -502,6 +503,7 @@ namespace Oqtane.Infrastructure
|
|||||||
Name = "Terms",
|
Name = "Terms",
|
||||||
Parent = "",
|
Parent = "",
|
||||||
Path = "terms",
|
Path = "terms",
|
||||||
|
Order = 1013,
|
||||||
Icon = Icons.List,
|
Icon = Icons.List,
|
||||||
IsNavigation = false,
|
IsNavigation = false,
|
||||||
IsPersonalizable = false,
|
IsPersonalizable = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user