Fixed issue where Page Url expansion script for 1.0.4 was not implemented properly - it was not tagged as an embedded resource.

This commit is contained in:
Shaun Walker
2020-10-21 08:01:17 -04:00
parent fc7000394f
commit 0ef04e81ff
6 changed files with 66 additions and 18 deletions

View File

@ -1,4 +1,4 @@
using System;
using System;
namespace Oqtane.Models
{
@ -15,6 +15,7 @@ namespace Oqtane.Models
public string DefaultValue { get; set; }
public bool IsRequired { get; set; }
public bool IsPrivate { get; set; }
public string Options { get; set; }
public string CreatedBy { get; set; }
public DateTime CreatedOn { get; set; }