Merge pull request #1489 from sbwalker/dev
allow order to be defined in page templates
This commit is contained in:
commit
8354d66c84
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Oqtane.Models
|
||||
@ -13,6 +13,7 @@ namespace Oqtane.Models
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Parent { get; set; }
|
||||
public int Order { get; set; }
|
||||
public string Path { get; set; }
|
||||
public string Icon { get; set; }
|
||||
public bool IsNavigation { get; set; }
|
||||
|
Reference in New Issue
Block a user