allow order to be defined in page templates
This commit is contained in:
parent
7ee9923b52
commit
d32b622f7e
File diff suppressed because it is too large
Load Diff
|
@ -1,4 +1,4 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace Oqtane.Models
|
namespace Oqtane.Models
|
||||||
|
@ -13,6 +13,7 @@ namespace Oqtane.Models
|
||||||
{
|
{
|
||||||
public string Name { get; set; }
|
public string Name { get; set; }
|
||||||
public string Parent { get; set; }
|
public string Parent { get; set; }
|
||||||
|
public int Order { get; set; }
|
||||||
public string Path { get; set; }
|
public string Path { get; set; }
|
||||||
public string Icon { get; set; }
|
public string Icon { get; set; }
|
||||||
public bool IsNavigation { get; set; }
|
public bool IsNavigation { get; set; }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user