Leaf Input and Submit

This commit is contained in:
2016-12-06 11:53:30 -05:00
parent a3b8b7a881
commit 6fd7e46f5d
74 changed files with 56144 additions and 1291 deletions
+10 -1
View File
@@ -8,7 +8,7 @@ using Umbraco.Web;
using Umbraco.ModelsBuilder;
using Umbraco.ModelsBuilder.Umbraco;
[assembly: PureLiveAssembly]
[assembly:ModelsBuilderAssembly(PureLive = true, SourceHash = "a97af64e5fffa72c")]
[assembly:ModelsBuilderAssembly(PureLive = true, SourceHash = "9bd3b2ce6fad5710")]
[assembly:System.Reflection.AssemblyVersion("0.0.0.1")]
@@ -258,6 +258,15 @@ namespace Umbraco.Web.PublishedContentModels
{
get { return this.GetPropertyValue<Newtonsoft.Json.Linq.JToken>("content"); }
}
///<summary>
/// Leaf Input Backload: loads script necessary for backload
///</summary>
[ImplementPropertyType("leafInputBackload")]
public bool LeafInputBackload
{
get { return this.GetPropertyValue<bool>("leafInputBackload"); }
}
}
/// <summary>Folder</summary>
+11 -2
View File
@@ -19,8 +19,8 @@ using Umbraco.ModelsBuilder;
using Umbraco.ModelsBuilder.Umbraco;
[assembly: PureLiveAssembly]
[assembly:ModelsBuilderAssembly(PureLive = true, SourceHash = "a97af64e5fffa72c")]
[assembly:System.Reflection.AssemblyVersion("0.0.0.2")]
[assembly:ModelsBuilderAssembly(PureLive = true, SourceHash = "9bd3b2ce6fad5710")]
[assembly:System.Reflection.AssemblyVersion("0.0.0.1")]
namespace Umbraco.Web.PublishedContentModels
{
@@ -242,6 +242,15 @@ namespace Umbraco.Web.PublishedContentModels
{
get { return this.GetPropertyValue<Newtonsoft.Json.Linq.JToken>("content"); }
}
///<summary>
/// Leaf Input Backload: loads script necessary for backload
///</summary>
[ImplementPropertyType("leafInputBackload")]
public bool LeafInputBackload
{
get { return this.GetPropertyValue<bool>("leafInputBackload"); }
}
}
/// <summary>Folder</summary>
+1 -1
View File
@@ -1 +1 @@
a97af64e5fffa72c
9bd3b2ce6fad5710
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<packages></packages>