add support for body content
This commit is contained in:
@ -69,6 +69,11 @@ namespace Oqtane.Models
|
||||
/// </summary>
|
||||
public string HeadContent { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Content to be included in the body of the page
|
||||
/// </summary>
|
||||
public string BodyContent { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Icon file for this page.
|
||||
/// TODO: unclear what this is for, and what icon library is used. Probably FontAwesome?
|
||||
|
Reference in New Issue
Block a user