ability to specify PageTemplates for modules

This commit is contained in:
sbwalker
2023-05-30 15:52:27 -04:00
parent 30cb8ec9c3
commit 0d5c3a3a0c
13 changed files with 366 additions and 165 deletions

View File

@ -21,6 +21,12 @@ namespace Oqtane.Models
/// </summary>
public int SiteId { get; set; }
/// <summary>
/// Path of the page.
/// TODO: todoc relative to what? site root, parent-page, domain?
/// </summary>
public string Path { get; set; }
/// <summary>
/// Reference to the parent <see cref="Page"/> if it has one.
/// </summary>
@ -36,13 +42,7 @@ namespace Oqtane.Models
/// Page Title which is shown in the browser tab.
/// </summary>
public string Title { get; set; }
/// <summary>
/// Path of the page.
/// TODO: todoc relative to what? site root, parent-page, domain?
/// </summary>
public string Path { get; set; }
/// <summary>
/// Sort order in the list of other sibling pages
/// </summary>