fix page order for new Privacy and Terms pages
This commit is contained in:
@ -473,6 +473,7 @@ namespace Oqtane.Infrastructure
|
||||
Name = "Privacy",
|
||||
Parent = "",
|
||||
Path = "privacy",
|
||||
Order = 1011,
|
||||
Icon = Icons.Eye,
|
||||
IsNavigation = false,
|
||||
IsPersonalizable = false,
|
||||
@ -502,6 +503,7 @@ namespace Oqtane.Infrastructure
|
||||
Name = "Terms",
|
||||
Parent = "",
|
||||
Path = "terms",
|
||||
Order = 1013,
|
||||
Icon = Icons.List,
|
||||
IsNavigation = false,
|
||||
IsPersonalizable = false,
|
||||
|
Reference in New Issue
Block a user