improvements to page template processing in cases where a page parent and name is specified without a path
This commit is contained in:
@ -44,6 +44,7 @@ namespace Oqtane.Models
|
||||
}
|
||||
|
||||
public string Path { get; set; }
|
||||
// note that Parent actually means Parent Path
|
||||
public string Parent { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Title { get; set; }
|
||||
|
Reference in New Issue
Block a user