Skip to content

Commit

Permalink
#487 migrations added
Browse files Browse the repository at this point in the history
  • Loading branch information
markidox committed Sep 16, 2024
1 parent c93906b commit 3f0a48d
Show file tree
Hide file tree
Showing 19 changed files with 5,093 additions and 722 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ public ContentSettingsViewModel()

public string AboutContent { get; set; }



// if true automatically add the blog index
public bool AddBlogToPagesTree { get; set; } = true;
public bool BlogMenuLinksToNewestPost { get; set; } = false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,5 +229,10 @@ public static PageEntity FromIPage(IPage page)

return p;
}

public bool ShowCreatedBy { get; set; } = false;
public bool ShowCreatedDate { get; set; } = false;
public bool ShowLastModifiedBy { get; set; } = false;
public bool ShowLastModifiedDate { get; set; } = false;
}
}
Loading

0 comments on commit 3f0a48d

Please sign in to comment.