diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7ff0529 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +*.cs text=auto diff=csharp +*.html text=auto +*.htm text=auto +*.css text=auto +*.scss text=auto +*.sass text=auto +*.less text=auto +*.js text=auto +*.sql text=auto +*.ttf -text diff +*.eot -text diff +*.woff -text diff +*.woff2 -text diff +*.csproj text=auto merge=union +*.sln text=auto eol=crlf merge=union + +*.item -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57b8047 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +[Oo]bj/ +src/**/[Bb]in/ +specs/**/[Bb]in/ +.nuget/ +Deploy/ +_ReSharper.* +packages/ +artifacts/ +*.user +*.cache +*.suo +*.userprefs +*DS_Store +*.sln.ide +.sonar +vars.user.cmd +/.vs +/target +/node_modules +temp/ +*.ncrunchproject +*.ncrunchsolution +.vscode +nCrunchTemp*.* +optimized-min.yml +$tf/ \ No newline at end of file diff --git a/Community.Foundation.PlaceholderRules.sln b/Community.Foundation.PlaceholderRules.sln new file mode 100644 index 0000000..80d1b27 --- /dev/null +++ b/Community.Foundation.PlaceholderRules.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.27004.2005 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Community.Foundation.PlaceholderRules", "src\Foundation\PlaceholderRules\code\Community.Foundation.PlaceholderRules.csproj", "{67AB9BDB-23D3-4E84-A14A-2FBBC84F07F8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ReadMe", "ReadMe", "{327F78E7-1973-4647-BA76-B8642845B314}" + ProjectSection(SolutionItems) = preProject + LICENSE = LICENSE + README.md = README.md + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {67AB9BDB-23D3-4E84-A14A-2FBBC84F07F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {67AB9BDB-23D3-4E84-A14A-2FBBC84F07F8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {67AB9BDB-23D3-4E84-A14A-2FBBC84F07F8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {67AB9BDB-23D3-4E84-A14A-2FBBC84F07F8}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {948E011C-C66D-4304-90A9-09DF72C3DEE2} + EndGlobalSection +EndGlobal diff --git a/README.md b/README.md index f2b5bb8..bceb4ce 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,44 @@ -# Community.Foundation.PlaceholderRules -Sitecore Extension to allow Placeholder rules for managing allowed renderings +Sitecore - Community.Foundation.PlaceholderRules +============== + +Summary +-------------- + +This extensions allows you to manage allowed placeholder settings with rules (similar to insert option rules) instead of configuring placeholder setting items directly. This is helpful when using component driven design or using third party placeholders which can be overwritten with future upgrades (SXA). + +Usage +-------------- +Manage rules under /sitecore/system/Settings/Rules/Placeholder Renderings/Rules + +[View screenshots in the wiki](https://github.com/digitalParkour/Community.Foundation.PlaceholderRules/wiki). + + +Setup +-------------- +Either: +* Install Sitecore package: + \\releases\\Community.Foundation.PlaceholderRules-\*.zip + +Or: +1. Include this project in your Helix style solution +2. Update NuGet references to match target sitecore version +3. Install sitecore package for data or enable Foundation.PlaceholderRules.Serialization.config and sync unicorn + +FYI +-------------- +This was built and tested with Sitecore 8.2 update 5 and update 6. Also works well with SXA. + +This package adds the following files: + + /bin/Community.Foundation.PlaceholderRules.dll + /bin/Community.Foundation.PlaceholderRules.pdb + + /App_Config/Include/Foundation/Foundation.PlaceholderRules.config + /App_Config/Include/Foundation/Foundation.PlaceholderRules.Serialization.config.example + +This package adds data items to the following locations: + + /sitecore/templates/Foundation/PlaceholderRules + /sitecore/system/Settings/Rules/placeholder-renderings + /sitecore/system/Settings/Rules/Definitions/Tags/Placeholder Renderings + /sitecore/system/Settings/Rules/Definitions/Elements/placeholder-renderings diff --git a/releases/Community-Foundation-PlaceholderRules.xml b/releases/Community-Foundation-PlaceholderRules.xml new file mode 100644 index 0000000..221c2db --- /dev/null +++ b/releases/Community-Foundation-PlaceholderRules.xml @@ -0,0 +1,279 @@ + + + + Community-Foundation-PlaceholderRules + + 1.0 + + + + + == Community.Foundation.PlaceholderRules == + +This extensions allows you to manage allowed placeholder settings with rules (similar to insert option rules) instead of configuring placeholder setting items directly. This is helpful when using component driven design or using third party placeholders which can be overwritten with future upgrades (SXA). + +After installing you can manage rules under /sitecore/system/Settings/Rules/Placeholder Renderings/Rules + +This package adds the following files: + + /bin/Community.Foundation.PlaceholderRules.dll + /bin/Community.Foundation.PlaceholderRules.pdb + + /App_Config/Include/Foundation/Foundation.PlaceholderRules.config + /App_Config/Include/Foundation/Foundation.PlaceholderRules.Serialization.config.example + +This package adds data items to the following locations: + + /sitecore/templates/Foundation/PlaceholderRules + /sitecore/system/Settings/Rules/placeholder-renderings + /sitecore/system/Settings/Rules/Definitions/Tags/Placeholder Renderings + /sitecore/system/Settings/Rules/Definitions/Elements/placeholder-renderings + + + + + + + True + + + master + {4339519C-12CC-40DB-9A1C-F61624A68E5A} + False + + + + + + + + + Simple + + + CreatedFilter + + + + + + ModifiedFilter + + + + + + + True + + + + + + Created + + + + Modified + + + + + + + + Templates + + + master + {E429B5CF-BAA4-47E0-A820-F297D4136CFF} + False + + + + + + + + + Simple + + + CreatedFilter + + + + + + ModifiedFilter + + + + + + + True + + + + + + Created + + + + Modified + + + + + + + + Tags + + + master + {DBAC34D6-D12C-463C-A89E-1BEC2965704A} + False + + + + + + + + + Simple + + + CreatedFilter + + + + + + ModifiedFilter + + + + + + + True + + + + + + Created + + + + Modified + + + + + + + + Definitions + + + master + {B7ADDDA3-B5E3-4288-95AF-597E57552025} + False + + + + + + + Undefined + Undefined + + + + + + + + + + Simple + + + CreatedFilter + + + + + + ModifiedFilter + + + + + + + True + + + + + + Created + + + + Modified + + + + + + + + Rules + + + + /bin/Community.Foundation.PlaceholderRules.dll + /bin/Community.Foundation.PlaceholderRules.pdb + + + + / + + + + + + bin + + + + /App_Config/Include/Foundation/Foundation.PlaceholderRules.config + /App_Config/Include/Foundation/Foundation.PlaceholderRules.Serialization.config.example + + + + / + + + + + + Configs + + + + + + + + + + + diff --git a/releases/Community.Foundation.PlaceholderRules-1.0.zip b/releases/Community.Foundation.PlaceholderRules-1.0.zip new file mode 100644 index 0000000..7c4f384 Binary files /dev/null and b/releases/Community.Foundation.PlaceholderRules-1.0.zip differ diff --git a/releases/Screenshots-1.0/Conditions-Actions.png b/releases/Screenshots-1.0/Conditions-Actions.png new file mode 100644 index 0000000..325d913 Binary files /dev/null and b/releases/Screenshots-1.0/Conditions-Actions.png differ diff --git a/releases/Screenshots-1.0/Example-Rule.png b/releases/Screenshots-1.0/Example-Rule.png new file mode 100644 index 0000000..cc1a8c4 Binary files /dev/null and b/releases/Screenshots-1.0/Example-Rule.png differ diff --git a/src/Foundation/PlaceholderRules/code/App_Config/Include/Foundation/Foundation.PlaceholderRules.Serialization.config.example b/src/Foundation/PlaceholderRules/code/App_Config/Include/Foundation/Foundation.PlaceholderRules.Serialization.config.example new file mode 100644 index 0000000..e1dd271 --- /dev/null +++ b/src/Foundation/PlaceholderRules/code/App_Config/Include/Foundation/Foundation.PlaceholderRules.Serialization.config.example @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Foundation/PlaceholderRules/code/App_Config/Include/Foundation/Foundation.PlaceholderRules.config b/src/Foundation/PlaceholderRules/code/App_Config/Include/Foundation/Foundation.PlaceholderRules.config new file mode 100644 index 0000000..f7ac9de --- /dev/null +++ b/src/Foundation/PlaceholderRules/code/App_Config/Include/Foundation/Foundation.PlaceholderRules.config @@ -0,0 +1,16 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/Foundation/PlaceholderRules/code/Community.Foundation.PlaceholderRules.csproj b/src/Foundation/PlaceholderRules/code/Community.Foundation.PlaceholderRules.csproj new file mode 100644 index 0000000..8e70f93 --- /dev/null +++ b/src/Foundation/PlaceholderRules/code/Community.Foundation.PlaceholderRules.csproj @@ -0,0 +1,134 @@ + + + + + + + Debug + AnyCPU + + + 2.0 + {67AB9BDB-23D3-4E84-A14A-2FBBC84F07F8} + {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} + Library + Properties + Community.Foundation.PlaceholderRules + Community.Foundation.PlaceholderRules + v4.6.2 + true + + + + + + + + + + + + true + full + false + bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\ + TRACE + prompt + 4 + + + + ..\..\..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.5\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll + + + + ..\..\..\..\packages\Sitecore.Kernel.NoReferences.8.2.171121\lib\NET452\Sitecore.Kernel.dll + + + + + + + + + + + + + + + + + + + + + Designer + + + + Web.config + + + Web.config + + + + + + + + + + + + + + + + 10.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + + + + + + False + True + 57683 + / + http://localhost:57683/ + False + True + http://tjc.local + False + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + + \ No newline at end of file diff --git a/src/Foundation/PlaceholderRules/code/Pipelines/GetPlaceholderRenderings/RunRules.cs b/src/Foundation/PlaceholderRules/code/Pipelines/GetPlaceholderRenderings/RunRules.cs new file mode 100644 index 0000000..3187f49 --- /dev/null +++ b/src/Foundation/PlaceholderRules/code/Pipelines/GetPlaceholderRenderings/RunRules.cs @@ -0,0 +1,71 @@ +using System; +using System.Linq; +using Community.Foundation.PlaceholderRules.Rules; +using Sitecore; +using Sitecore.Data; +using Sitecore.Data.Items; +using Sitecore.Diagnostics; +using Sitecore.Pipelines.GetPlaceholderRenderings; +using Sitecore.Rules; +using Sitecore.SecurityModel; + +namespace Community.Foundation.PlaceholderRules.Pipelines.GetPlaceholderRenderings +{ + /// + /// Upload has finished. + /// + public class RunRules + { + private const String PlaceholderRulesRootId = "{D50A3251-93D3-4FD2-958D-E12F4BE682CF}"; + /// + /// Runs the processor. + /// + /// The arguments. + public void Process(GetPlaceholderRenderingsArgs args) + { + Assert.ArgumentNotNull(args, "args"); + Item root; + Item placeholderItem = null; + + // Set root + using (new SecurityDisabler()) + { + root = args.ContentDatabase.GetItem(PlaceholderRulesRootId); + if (root == null) + return; // no root, exit + } + + // Set placeholder item + if (ID.IsNullOrEmpty(args.DeviceId)) + { + placeholderItem = Client.Page.GetPlaceholderItem(args.PlaceholderKey, args.ContentDatabase, args.LayoutDefinition); + } + else + { + using (new DeviceSwitcher(args.DeviceId, args.ContentDatabase)) + placeholderItem = Client.Page.GetPlaceholderItem(args.PlaceholderKey, args.ContentDatabase, args.LayoutDefinition); + } + + // Define context + var ruleContext = new PlaceholderRenderingsRuleContext() + { + Item = placeholderItem, + AllowedRenderingItems = args.PlaceholderRenderings, + DeviceId = args.DeviceId, + PlaceholderKey = args.PlaceholderKey, + ContentDatabase = args.ContentDatabase, + LayoutDefinition = args.LayoutDefinition + }; + + // Run rules + RuleList rules = RuleFactory.GetRules(root, "Rule"); + if (rules != null) + { + rules.Run(ruleContext); + } + + if (ruleContext.AllowedRenderingItems != null) + args.PlaceholderRenderings = ruleContext.AllowedRenderingItems.ToList(); + } + } +} \ No newline at end of file diff --git a/src/Foundation/PlaceholderRules/code/Properties/AssemblyInfo.cs b/src/Foundation/PlaceholderRules/code/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..25917fe --- /dev/null +++ b/src/Foundation/PlaceholderRules/code/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("Community.Foundation.PlaceholderRules")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("AmericanEagle.com")] +[assembly: AssemblyProduct("Community.Foundation.PlaceholderRules")] +[assembly: AssemblyCopyright("Copyright © 2017")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("67ab9bdb-23d3-4e84-a14a-2fbbc84f07f8")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Foundation/PlaceholderRules/code/Rules/Actions/AddPlaceholderRendering.cs b/src/Foundation/PlaceholderRules/code/Rules/Actions/AddPlaceholderRendering.cs new file mode 100644 index 0000000..86ebd98 --- /dev/null +++ b/src/Foundation/PlaceholderRules/code/Rules/Actions/AddPlaceholderRendering.cs @@ -0,0 +1,31 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using Sitecore.Data; +using Sitecore.Data.Items; +using Sitecore.Rules.Actions; + +namespace Community.Foundation.PlaceholderRules.Rules.Actions +{ + public class AddPlaceHolderRendering : RuleAction where T : PlaceholderRenderingsRuleContext + { + public String RenderingId { get; set; } + + public override void Apply(T ruleContext) + { + var renderingId = new ID(RenderingId); + + // Create a new list if one hasn't been created yet. + if (ruleContext.AllowedRenderingItems == null) + ruleContext.AllowedRenderingItems = new List(); + + // If the sublayout is already in the context, do nothing. + if (ruleContext.AllowedRenderingItems.Any(i => i.ID == renderingId)) + return; + + // Add the rendering to the context. + ruleContext.AllowedRenderingItems.Add(ruleContext.Item.Database.GetItem(renderingId)); + } + } +} + diff --git a/src/Foundation/PlaceholderRules/code/Rules/Actions/RemovePlaceholderRendering.cs b/src/Foundation/PlaceholderRules/code/Rules/Actions/RemovePlaceholderRendering.cs new file mode 100644 index 0000000..dfe0fe9 --- /dev/null +++ b/src/Foundation/PlaceholderRules/code/Rules/Actions/RemovePlaceholderRendering.cs @@ -0,0 +1,28 @@ +using System; +using System.Linq; +using Sitecore.Data; +using Sitecore.Rules.Actions; + +namespace Community.Foundation.PlaceholderRules.Rules.Actions +{ + public class RemovePlaceHolderRendering : RuleAction where T : PlaceholderRenderingsRuleContext + { + public String RenderingId { get; set; } + + public override void Apply(T ruleContext) + { + var renderingId = new ID(RenderingId); + + // If there are no renderings, do nothing. + if (ruleContext.AllowedRenderingItems == null) return; + + // If the rendering already isn't in the context, do nothing. + var item = ruleContext.AllowedRenderingItems.FirstOrDefault(i => i.ID == renderingId); + if (item == null) return; + + // Remove the sublayout from the context. + ruleContext.AllowedRenderingItems.Remove(item); + } + } +} + diff --git a/src/Foundation/PlaceholderRules/code/Rules/Actions/ReturnTrue.cs b/src/Foundation/PlaceholderRules/code/Rules/Actions/ReturnTrue.cs new file mode 100644 index 0000000..d3968d7 --- /dev/null +++ b/src/Foundation/PlaceholderRules/code/Rules/Actions/ReturnTrue.cs @@ -0,0 +1,16 @@ +namespace SiteDeck.Essentials.InsertRules.Rules.Actions +{ + public class ReturnTrue : Sitecore.Rules.Actions.RuleAction + where T : Sitecore.ContentSearch.Boosting.RuleBoostingContext + { + + public override void Apply( + T ruleContext) + { + ruleContext.Parameters.Add("result", true); + // After running check for.. + // var result = ruleContext.Parameters.ContainsKey("result") && (Boolean)ruleContext.Parameters["result"]; + } + } +} + diff --git a/src/Foundation/PlaceholderRules/code/Rules/Conditions/PlaceholderKey.cs b/src/Foundation/PlaceholderRules/code/Rules/Conditions/PlaceholderKey.cs new file mode 100644 index 0000000..dee6633 --- /dev/null +++ b/src/Foundation/PlaceholderRules/code/Rules/Conditions/PlaceholderKey.cs @@ -0,0 +1,26 @@ +using System; +using Sitecore.Diagnostics; +using Sitecore.Rules.Conditions; + +namespace Community.Foundation.PlaceholderRules.Rules.Conditions +{ + public class PlaceholderKey : StringOperatorCondition where T : PlaceholderRenderingsRuleContext + { + public string Value { get; set; } + + protected override bool Execute(T ruleContext) + { + Assert.ArgumentNotNull((object) ruleContext, "ruleContext"); + if (ruleContext.Item == null) + return false; + + var key = ruleContext.Item["Placeholder Key"]; + if (String.IsNullOrEmpty(key)) + return false; + + return Compare(key, Value); + + } + + } +} \ No newline at end of file diff --git a/src/Foundation/PlaceholderRules/code/Rules/Conditions/PlaceholderPath.cs b/src/Foundation/PlaceholderRules/code/Rules/Conditions/PlaceholderPath.cs new file mode 100644 index 0000000..b80ada2 --- /dev/null +++ b/src/Foundation/PlaceholderRules/code/Rules/Conditions/PlaceholderPath.cs @@ -0,0 +1,24 @@ +using System; +using Sitecore.Diagnostics; +using Sitecore.Rules.Conditions; + +namespace Community.Foundation.PlaceholderRules.Rules.Conditions +{ + public class PlaceholderPath : StringOperatorCondition where T : PlaceholderRenderingsRuleContext + { + public string Value { get; set; } + + protected override bool Execute(T ruleContext) + { + Assert.ArgumentNotNull((object) ruleContext, "ruleContext"); + var path = ruleContext.PlaceholderKey; + + if (String.IsNullOrEmpty(path)) + return false; + + return Compare(path, Value); + + } + + } +} \ No newline at end of file diff --git a/src/Foundation/PlaceholderRules/code/Rules/PlaceholderRenderingsRuleContext.cs b/src/Foundation/PlaceholderRules/code/Rules/PlaceholderRenderingsRuleContext.cs new file mode 100644 index 0000000..271ef9b --- /dev/null +++ b/src/Foundation/PlaceholderRules/code/Rules/PlaceholderRenderingsRuleContext.cs @@ -0,0 +1,16 @@ +using System.Collections.Generic; +using Sitecore.Data; +using Sitecore.Data.Items; +using Sitecore.Rules; + +namespace Community.Foundation.PlaceholderRules.Rules +{ + public class PlaceholderRenderingsRuleContext : RuleContext + { + public List AllowedRenderingItems { get; set; } + public ID DeviceId { get; set; } + public string PlaceholderKey { get; set; } + public Database ContentDatabase { get; set; } + public string LayoutDefinition { get; set; } + } +} \ No newline at end of file diff --git a/src/Foundation/PlaceholderRules/code/Web.Debug.config b/src/Foundation/PlaceholderRules/code/Web.Debug.config new file mode 100644 index 0000000..2e302f9 --- /dev/null +++ b/src/Foundation/PlaceholderRules/code/Web.Debug.config @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file diff --git a/src/Foundation/PlaceholderRules/code/Web.Release.config b/src/Foundation/PlaceholderRules/code/Web.Release.config new file mode 100644 index 0000000..c358444 --- /dev/null +++ b/src/Foundation/PlaceholderRules/code/Web.Release.config @@ -0,0 +1,31 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/Foundation/PlaceholderRules/code/Web.config b/src/Foundation/PlaceholderRules/code/Web.config new file mode 100644 index 0000000..ced02f7 --- /dev/null +++ b/src/Foundation/PlaceholderRules/code/Web.config @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Foundation/PlaceholderRules/code/packages.config b/src/Foundation/PlaceholderRules/code/packages.config new file mode 100644 index 0000000..9bd14d4 --- /dev/null +++ b/src/Foundation/PlaceholderRules/code/packages.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings.yml b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings.yml new file mode 100644 index 0000000..24708ed --- /dev/null +++ b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings.yml @@ -0,0 +1,71 @@ +--- +ID: "dbac34d6-d12c-463c-a89e-1bec2965704a" +Parent: "e7cbefe8-9112-4b95-a978-4e470d94c54a" +Template: "54dae7cd-bfd8-4e69-9679-75f2ae9f9034" +Path: "/sitecore/system/Settings/Rules/Definitions/Elements/placeholder-renderings" +DB: master +SharedFields: +- ID: "06d5295c-ed2f-4a54-9bf2-26228d113318" + Hint: __Icon + Value: business/32x32/funnel_new.png +Languages: +- Language: da + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Indstillinger for indsætning + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T180416:635367242567279870" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: "de-DE" + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Optionen einfügen + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T181523:635367249239108739" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: en + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Placeholder Renderings + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: 20080923T083656 + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: "ja-JP" + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: 挿入オプション + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T182651:635367256115310353" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin diff --git a/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Add Rendering Option.yml b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Add Rendering Option.yml new file mode 100644 index 0000000..789433e --- /dev/null +++ b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Add Rendering Option.yml @@ -0,0 +1,79 @@ +--- +ID: "df19f400-3b80-48c8-b3fa-ac9babb4519a" +Parent: "dbac34d6-d12c-463c-a89e-1bec2965704a" +Template: "f90052a5-b4e6-4e6d-9812-1e1b88a6fcea" +Path: "/sitecore/system/Settings/Rules/Definitions/Elements/placeholder-renderings/Add Rendering Option" +DB: master +SharedFields: +- ID: "ff55d5a7-6d4b-4cd1-83e0-bac268073f66" + Hint: Type + Value: Community.Foundation.PlaceholderRules.Rules.Actions.AddPlaceHolderRendering, Community.Foundation.PlaceholderRules +Languages: +- Language: da + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Tilføj indsætningsindstilling + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T175932:635367239726546969" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin + - ID: "eeb36a3b-40d9-4af5-862a-de257b84dca3" + Hint: Text + Value: "tilføj [insertoptionid,Tree,root=/sitecore/templates,specific] indsætningsindstillinger" +- Language: "de-DE" + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Einfügeoption hinzufügen + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T181143:635367247036459901" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin + - ID: "eeb36a3b-40d9-4af5-862a-de257b84dca3" + Hint: Text + Value: "Hinzufügen [insertoptionid,Tree,root=/sitecore/templates,spezifischer] Einfügeoptionen" +- Language: en + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: 20080923T084301 + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin + - ID: "eeb36a3b-40d9-4af5-862a-de257b84dca3" + Hint: Text + Value: "add [renderingid,Tree,root=/sitecore/layout/renderings,specific] rendering" +- Language: "ja-JP" + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: 挿入オプションを追加 + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T182204:635367253244860318" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin + - ID: "eeb36a3b-40d9-4af5-862a-de257b84dca3" + Hint: Text + Value: "挿入オプションに [insertoptionid,Tree,root=/sitecore/templates,特定のテンプレート] を追加する" diff --git a/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Add Sublayout Option.yml b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Add Sublayout Option.yml new file mode 100644 index 0000000..5a1f620 --- /dev/null +++ b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Add Sublayout Option.yml @@ -0,0 +1,79 @@ +--- +ID: "4f1dd38a-f29c-4b42-9d88-3424ca5fd566" +Parent: "dbac34d6-d12c-463c-a89e-1bec2965704a" +Template: "f90052a5-b4e6-4e6d-9812-1e1b88a6fcea" +Path: "/sitecore/system/Settings/Rules/Definitions/Elements/placeholder-renderings/Add Sublayout Option" +DB: master +SharedFields: +- ID: "ff55d5a7-6d4b-4cd1-83e0-bac268073f66" + Hint: Type + Value: Community.Foundation.PlaceholderRules.Rules.Actions.AddPlaceHolderRendering, Community.Foundation.PlaceholderRules +Languages: +- Language: da + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Tilføj indsætningsindstilling + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T175932:635367239726546969" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin + - ID: "eeb36a3b-40d9-4af5-862a-de257b84dca3" + Hint: Text + Value: "tilføj [insertoptionid,Tree,root=/sitecore/templates,specific] indsætningsindstillinger" +- Language: "de-DE" + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Einfügeoption hinzufügen + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T181143:635367247036459901" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin + - ID: "eeb36a3b-40d9-4af5-862a-de257b84dca3" + Hint: Text + Value: "Hinzufügen [insertoptionid,Tree,root=/sitecore/templates,spezifischer] Einfügeoptionen" +- Language: en + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: 20080923T084301 + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin + - ID: "eeb36a3b-40d9-4af5-862a-de257b84dca3" + Hint: Text + Value: "add [renderingid,Tree,root=/sitecore/layout/sublayouts,specific] sublayout" +- Language: "ja-JP" + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: 挿入オプションを追加 + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T182204:635367253244860318" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin + - ID: "eeb36a3b-40d9-4af5-862a-de257b84dca3" + Hint: Text + Value: "挿入オプションに [insertoptionid,Tree,root=/sitecore/templates,特定のテンプレート] を追加する" diff --git a/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Placeholder Key.yml b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Placeholder Key.yml new file mode 100644 index 0000000..0d91b7d --- /dev/null +++ b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Placeholder Key.yml @@ -0,0 +1,25 @@ +--- +ID: "f2743a55-a313-465e-842b-dbed26be5fdb" +Parent: "dbac34d6-d12c-463c-a89e-1bec2965704a" +Template: "f0d16eee-3a05-4e43-a082-795a32b873c0" +Path: "/sitecore/system/Settings/Rules/Definitions/Elements/placeholder-renderings/Placeholder Key" +DB: master +SharedFields: +- ID: "ab51c8b2-f0e1-4471-9aae-cc080d774923" + Hint: Type + Value: Community.Foundation.PlaceholderRules.Rules.Conditions.PlaceholderKey,Community.Foundation.PlaceholderRules +Languages: +- Language: en + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: 20150312T115957 + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin + - ID: "af321234-4eb9-4ef5-9197-65903351939c" + Hint: Text + Value: "where placeholder key [operatorid,StringOperator,,compares to] [Value,,,value]" diff --git a/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Placeholder Path.yml b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Placeholder Path.yml new file mode 100644 index 0000000..449caa8 --- /dev/null +++ b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Placeholder Path.yml @@ -0,0 +1,25 @@ +--- +ID: "fab94f59-a15a-4470-8dad-19db62eb2b82" +Parent: "dbac34d6-d12c-463c-a89e-1bec2965704a" +Template: "f0d16eee-3a05-4e43-a082-795a32b873c0" +Path: "/sitecore/system/Settings/Rules/Definitions/Elements/placeholder-renderings/Placeholder Path" +DB: master +SharedFields: +- ID: "ab51c8b2-f0e1-4471-9aae-cc080d774923" + Hint: Type + Value: Community.Foundation.PlaceholderRules.Rules.Conditions.PlaceholderPath,Community.Foundation.PlaceholderRules +Languages: +- Language: en + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: 20150312T115957 + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin + - ID: "af321234-4eb9-4ef5-9197-65903351939c" + Hint: Text + Value: "where placeholder path [operatorid,StringOperator,,compares to] [Value,,,value]" diff --git a/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Remove Rendering Option.yml b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Remove Rendering Option.yml new file mode 100644 index 0000000..d76bbf8 --- /dev/null +++ b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Remove Rendering Option.yml @@ -0,0 +1,79 @@ +--- +ID: "48945268-3353-4734-9faf-0ed96725dc6c" +Parent: "dbac34d6-d12c-463c-a89e-1bec2965704a" +Template: "f90052a5-b4e6-4e6d-9812-1e1b88a6fcea" +Path: "/sitecore/system/Settings/Rules/Definitions/Elements/placeholder-renderings/Remove Rendering Option" +DB: master +SharedFields: +- ID: "ff55d5a7-6d4b-4cd1-83e0-bac268073f66" + Hint: Type + Value: Community.Foundation.PlaceholderRules.Rules.Actions.RemovePlaceHolderRendering, Community.Foundation.PlaceholderRules +Languages: +- Language: da + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Fjern indsættelsesindstilling + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T180656:635367244160079310" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin + - ID: "eeb36a3b-40d9-4af5-862a-de257b84dca3" + Hint: Text + Value: "fjern indsættelsesindstilling [insertoptionid,Tree,root=/sitecore/templates,specific]" +- Language: "de-DE" + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Entfernen Einfügeoption + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T181739:635367250590200254" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin + - ID: "eeb36a3b-40d9-4af5-862a-de257b84dca3" + Hint: Text + Value: "entfernen [einfügenoptionid,Tree,root=/sitecore/templates,specific] Einfügeoption" +- Language: en + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: 20080923T084301 + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin + - ID: "eeb36a3b-40d9-4af5-862a-de257b84dca3" + Hint: Text + Value: "remove [renderingid,Tree,root=/sitecore/layout/renderings,specific] rendering" +- Language: "ja-JP" + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: 挿入オプションを削除 + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T183000:635367258002944489" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin + - ID: "eeb36a3b-40d9-4af5-862a-de257b84dca3" + Hint: Text + Value: "[insertoptionid,Tree,root=/sitecore/templates,指定の] 挿入オプションを削除する" diff --git a/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Remove Sublayout Option.yml b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Remove Sublayout Option.yml new file mode 100644 index 0000000..1f5e8d5 --- /dev/null +++ b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Remove Sublayout Option.yml @@ -0,0 +1,79 @@ +--- +ID: "9a0626a8-f0fe-4fd3-a3e3-d7ed42f484ad" +Parent: "dbac34d6-d12c-463c-a89e-1bec2965704a" +Template: "f90052a5-b4e6-4e6d-9812-1e1b88a6fcea" +Path: "/sitecore/system/Settings/Rules/Definitions/Elements/placeholder-renderings/Remove Sublayout Option" +DB: master +SharedFields: +- ID: "ff55d5a7-6d4b-4cd1-83e0-bac268073f66" + Hint: Type + Value: Community.Foundation.PlaceholderRules.Rules.Actions.RemovePlaceHolderRendering, Community.Foundation.PlaceholderRules +Languages: +- Language: da + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Fjern indsættelsesindstilling + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T180656:635367244160079310" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin + - ID: "eeb36a3b-40d9-4af5-862a-de257b84dca3" + Hint: Text + Value: "fjern indsættelsesindstilling [insertoptionid,Tree,root=/sitecore/templates,specific]" +- Language: "de-DE" + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Entfernen Einfügeoption + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T181739:635367250590200254" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin + - ID: "eeb36a3b-40d9-4af5-862a-de257b84dca3" + Hint: Text + Value: "entfernen [einfügenoptionid,Tree,root=/sitecore/templates,specific] Einfügeoption" +- Language: en + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: 20080923T084301 + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin + - ID: "eeb36a3b-40d9-4af5-862a-de257b84dca3" + Hint: Text + Value: "remove [renderingid,Tree,root=/sitecore/layout/sublayouts,specific] sublayout" +- Language: "ja-JP" + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: 挿入オプションを削除 + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T183000:635367258002944489" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin + - ID: "eeb36a3b-40d9-4af5-862a-de257b84dca3" + Hint: Text + Value: "[insertoptionid,Tree,root=/sitecore/templates,指定の] 挿入オプションを削除する" diff --git a/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Tags.yml b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Tags.yml new file mode 100644 index 0000000..6efa22c --- /dev/null +++ b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Tags.yml @@ -0,0 +1,63 @@ +--- +ID: "258c65dc-b3ae-4fc8-82dd-f238c8167da7" +Parent: "dbac34d6-d12c-463c-a89e-1bec2965704a" +Template: "96c8e5dd-63c3-496b-a97c-a3e37e1dacba" +Path: "/sitecore/system/Settings/Rules/Definitions/Elements/placeholder-renderings/Tags" +DB: master +Languages: +- Language: da + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Tags + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T180839:635367245193039863" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: "de-DE" + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Tags + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T181903:635367251437066464" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: en + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: 20120802T150930 + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: "ja-JP" + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: タグ + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T183141:635367259012005173" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin diff --git a/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Tags/Default.yml b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Tags/Default.yml new file mode 100644 index 0000000..72a4dac --- /dev/null +++ b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Tags/Default.yml @@ -0,0 +1,68 @@ +--- +ID: "ddc7f495-9452-4673-ba24-cf495ed9b6cf" +Parent: "258c65dc-b3ae-4fc8-82dd-f238c8167da7" +Template: "854ba861-63ea-4a0c-8c7b-541e9a7ec4c1" +Path: "/sitecore/system/Settings/Rules/Definitions/Elements/placeholder-renderings/Tags/Default" +DB: master +SharedFields: +- ID: "42f77151-098f-496a-94cf-590b7edeeabe" + Hint: Tags + Type: Multilist + Value: "{E429B5CF-BAA4-47E0-A820-F297D4136CFF}" +Languages: +- Language: da + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Standard + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T180158:635367241186828856" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: "de-DE" + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Default + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T181340:635367248203803949" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: en + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: 20120802T150900 + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: "ja-JP" + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: デフォルト + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T182444:635367254844226309" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin diff --git a/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Visibility.yml b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Visibility.yml new file mode 100644 index 0000000..aad93f2 --- /dev/null +++ b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Definitions/placeholder-renderings/Visibility.yml @@ -0,0 +1,63 @@ +--- +ID: "25fd15c4-5d3e-4df4-b45a-5338dd3845f9" +Parent: "dbac34d6-d12c-463c-a89e-1bec2965704a" +Template: "aa91a868-02f2-41d3-8b78-1cad91b4dcae" +Path: "/sitecore/system/Settings/Rules/Definitions/Elements/placeholder-renderings/Visibility" +DB: master +Languages: +- Language: da + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Synlighed + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T181003:635367246030838270" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: "de-DE" + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Sichtbarkeit + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T182031:635367252313305218" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: en + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: 20120807T142020 + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: "ja-JP" + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: 表示/非表示 + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T183327:635367260071057732" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin diff --git a/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Rules/placeholder-renderings.yml b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Rules/placeholder-renderings.yml new file mode 100644 index 0000000..4d0cbee --- /dev/null +++ b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Rules/placeholder-renderings.yml @@ -0,0 +1,29 @@ +--- +ID: "b7addda3-b5e3-4288-95af-597e57552025" +Parent: "1057c235-c5c0-4eb7-8f77-ea51eb9e20ee" +Template: "dda66314-03f3-4c89-84a9-39dffb235b06" +Path: "/sitecore/system/Settings/Rules/placeholder-renderings" +DB: master +SharedFields: +- ID: "06d5295c-ed2f-4a54-9bf2-26228d113318" + Hint: __Icon + Value: business/32x32/funnel_new.png +- ID: "f6d8a61c-2f84-4401-bd24-52d2068172bc" + Hint: __Originator + Value: +Languages: +- Language: en + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Placeholder Renderings + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: 20150119T164126 + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\ameagle diff --git a/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Rules/placeholder-renderings/Rules.yml b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Rules/placeholder-renderings/Rules.yml new file mode 100644 index 0000000..3981220 --- /dev/null +++ b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Rules/placeholder-renderings/Rules.yml @@ -0,0 +1,26 @@ +--- +ID: "d50a3251-93d3-4fd2-958d-e12f4be682cf" +Parent: "b7addda3-b5e3-4288-95af-597e57552025" +Template: "8ea2cf67-4250-47a2-aeca-4f70fd200dc7" +Path: "/sitecore/system/Settings/Rules/placeholder-renderings/Rules" +DB: master +SharedFields: +- ID: "1172f251-dad4-4efb-a329-0c63500e4f1e" + Hint: __Masters + Type: TreelistEx + Value: "{C81D8680-A5D7-4646-9048-9EEB7EFBB061}" +- ID: "f6d8a61c-2f84-4401-bd24-52d2068172bc" + Hint: __Originator + Value: +Languages: +- Language: en + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: 20150119T164127 + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\ameagle diff --git a/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Rules/placeholder-renderings/Tags.yml b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Rules/placeholder-renderings/Tags.yml new file mode 100644 index 0000000..27315b0 --- /dev/null +++ b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Rules/placeholder-renderings/Tags.yml @@ -0,0 +1,22 @@ +--- +ID: "a20fb511-b5f7-4b40-af2e-b90c9fcfb162" +Parent: "b7addda3-b5e3-4288-95af-597e57552025" +Template: "96c8e5dd-63c3-496b-a97c-a3e37e1dacba" +Path: "/sitecore/system/Settings/Rules/placeholder-renderings/Tags" +DB: master +SharedFields: +- ID: "f6d8a61c-2f84-4401-bd24-52d2068172bc" + Hint: __Originator + Value: +Languages: +- Language: en + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: 20150119T164127 + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\ameagle diff --git a/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Rules/placeholder-renderings/Tags/Default.yml b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Rules/placeholder-renderings/Tags/Default.yml new file mode 100644 index 0000000..2a43d5e --- /dev/null +++ b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Rules/placeholder-renderings/Tags/Default.yml @@ -0,0 +1,26 @@ +--- +ID: "cb8f898d-aca5-4f5e-b5ce-08ad096243c8" +Parent: "a20fb511-b5f7-4b40-af2e-b90c9fcfb162" +Template: "854ba861-63ea-4a0c-8c7b-541e9a7ec4c1" +Path: "/sitecore/system/Settings/Rules/placeholder-renderings/Tags/Default" +DB: master +SharedFields: +- ID: "42f77151-098f-496a-94cf-590b7edeeabe" + Hint: Tags + Type: Multilist + Value: "{E429B5CF-BAA4-47E0-A820-F297D4136CFF}" +- ID: "f6d8a61c-2f84-4401-bd24-52d2068172bc" + Hint: __Originator + Value: +Languages: +- Language: en + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: 20150119T164127 + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\ameagle diff --git a/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Tags/Placeholder Renderings.yml b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Tags/Placeholder Renderings.yml new file mode 100644 index 0000000..2379bd7 --- /dev/null +++ b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Tags/Placeholder Renderings.yml @@ -0,0 +1,70 @@ +--- +ID: "e429b5cf-baa4-47e0-a820-f297d4136cff" +Parent: "dadb4f93-477f-491f-a905-c4005c452e67" +Template: "1a9b6300-4652-477c-a4b5-b2a64e86b29f" +Path: /sitecore/system/Settings/Rules/Definitions/Tags/Placeholder Renderings +DB: master +SharedFields: +- ID: "06d5295c-ed2f-4a54-9bf2-26228d113318" + Hint: __Icon + Value: business/32x32/funnel_new.png +- ID: "f6d8a61c-2f84-4401-bd24-52d2068172bc" + Hint: __Originator + Value: +Languages: +- Language: da + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Indstillinger for indsætning + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T180416:635367242567748611" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: "de-DE" + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Einfügeoptionen + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T181523:635367249239889994" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: en + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: 20120906T165355 + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: "ja-JP" + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: 挿入オプション + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T182651:635367256117966569" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin diff --git a/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Tags/Placeholder Renderings/Visibility.yml b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Tags/Placeholder Renderings/Visibility.yml new file mode 100644 index 0000000..612fccb --- /dev/null +++ b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Tags/Placeholder Renderings/Visibility.yml @@ -0,0 +1,67 @@ +--- +ID: "2abe291f-7e9b-43ee-b209-d6a7e5e19e6e" +Parent: "e429b5cf-baa4-47e0-a820-f297d4136cff" +Template: "aa91a868-02f2-41d3-8b78-1cad91b4dcae" +Path: /sitecore/system/Settings/Rules/Definitions/Tags/Placeholder Renderings/Visibility +DB: master +SharedFields: +- ID: "f6d8a61c-2f84-4401-bd24-52d2068172bc" + Hint: __Originator + Value: +Languages: +- Language: da + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Synlighed + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T181003:635367246039275716" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: "de-DE" + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Sichtbarkeit + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T182032:635367252323773901" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: en + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: 20120906T165356 + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: "ja-JP" + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: 表示/非表示 + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T183329:635367260095432888" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin diff --git a/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Templates/PlaceholderRules.yml b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Templates/PlaceholderRules.yml new file mode 100644 index 0000000..0e93e52 --- /dev/null +++ b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Templates/PlaceholderRules.yml @@ -0,0 +1,18 @@ +--- +ID: "4339519c-12cc-40db-9a1c-f61624a68e5a" +Parent: "b26bd035-8d0a-4df3-8f67-2de3c7fdd74a" +Template: "0437fee2-44c9-46a6-abe9-28858d9fee8c" +Path: /sitecore/templates/Foundation/PlaceholderRules +DB: master +Languages: +- Language: en + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: 20170721T145939Z + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\jgregory diff --git a/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Templates/PlaceholderRules/Placeholder Renderings Rule.yml b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Templates/PlaceholderRules/Placeholder Renderings Rule.yml new file mode 100644 index 0000000..9aa8402 --- /dev/null +++ b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Templates/PlaceholderRules/Placeholder Renderings Rule.yml @@ -0,0 +1,77 @@ +--- +ID: "c81d8680-a5d7-4646-9048-9eeb7efbb061" +Parent: "4339519c-12cc-40db-9a1c-f61624a68e5a" +Template: "ab86861a-6030-46c5-b394-e8f99e8b87db" +Path: /sitecore/templates/Foundation/PlaceholderRules/Placeholder Renderings Rule +DB: master +SharedFields: +- ID: "06d5295c-ed2f-4a54-9bf2-26228d113318" + Hint: __Icon + Value: Software/32x32/shape_ellipse.png +- ID: "12c33f3f-86c5-43a5-aeb4-5598cec45116" + Hint: __Base template + Type: tree list + Value: "{34E1F0D9-CCFF-4F03-A38D-933437AA3A2A}" +- ID: "ba3f86a2-4a1c-4d78-b63d-91c2779c1b5e" + Hint: __Sortorder + Value: 100 +- ID: "f7d48a55-2158-4f02-9356-756654404f73" + Hint: __Standard values + Value: "{342482B7-802F-49F1-A17B-CF38A1A96FA9}" +Languages: +- Language: da + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Regel for indsætning af indstillinger + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T180417:635367242573529750" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: "de-DE" + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Einfügeoptionen Regel + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T181524:635367249243640018" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: en + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: 20081103T155000 + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: "ja-JP" + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: 挿入オプション ルール + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T182652:635367256125310225" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin diff --git a/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Templates/PlaceholderRules/Placeholder Renderings Rule/Data.yml b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Templates/PlaceholderRules/Placeholder Renderings Rule/Data.yml new file mode 100644 index 0000000..2438701 --- /dev/null +++ b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Templates/PlaceholderRules/Placeholder Renderings Rule/Data.yml @@ -0,0 +1,63 @@ +--- +ID: "e3cbac41-32d5-43c5-ae88-0cb2ad37ded1" +Parent: "c81d8680-a5d7-4646-9048-9eeb7efbb061" +Template: "e269fbb5-3750-427a-9149-7aa950b49301" +Path: /sitecore/templates/Foundation/PlaceholderRules/Placeholder Renderings Rule/Data +DB: master +Languages: +- Language: da + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Data + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T180144:635367241049018120" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: "de-DE" + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Daten + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T181335:635367248151147401" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: en + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: 20081103T155013 + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: "ja-JP" + Fields: + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: データ + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T182425:635367254657976688" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin diff --git a/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Templates/PlaceholderRules/Placeholder Renderings Rule/Data/Name.yml b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Templates/PlaceholderRules/Placeholder Renderings Rule/Data/Name.yml new file mode 100644 index 0000000..3d11cc8 --- /dev/null +++ b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Templates/PlaceholderRules/Placeholder Renderings Rule/Data/Name.yml @@ -0,0 +1,79 @@ +--- +ID: "9533fbe8-2c4e-4328-a16f-0836e3a436d3" +Parent: "e3cbac41-32d5-43c5-ae88-0cb2ad37ded1" +Template: "455a3e98-a627-4b40-8035-e683a0331ac7" +Path: /sitecore/templates/Foundation/PlaceholderRules/Placeholder Renderings Rule/Data/Name +DB: master +SharedFields: +- ID: "ab162cc0-dc80-4abf-8871-998ee5d7ba32" + Hint: Type + Value: "Single-Line Text" +- ID: "ba3f86a2-4a1c-4d78-b63d-91c2779c1b5e" + Hint: __Sortorder + Value: 100 +Languages: +- Language: da + Fields: + - ID: "19a69332-a23e-4e70-8d16-b2640cb24cc8" + Hint: Title + Value: Navn + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Navn + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T180539:635367243390241647" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: "de-DE" + Fields: + - ID: "19a69332-a23e-4e70-8d16-b2640cb24cc8" + Hint: Title + Value: Name + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Name + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T181625:635367249859893962" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: en + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: 20081103T155013 + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: "ja-JP" + Fields: + - ID: "19a69332-a23e-4e70-8d16-b2640cb24cc8" + Hint: Title + Value: 名前 + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: 名前 + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T182810:635367256907801552" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin diff --git a/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Templates/PlaceholderRules/Placeholder Renderings Rule/Data/Rule.yml b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Templates/PlaceholderRules/Placeholder Renderings Rule/Data/Rule.yml new file mode 100644 index 0000000..7122bad --- /dev/null +++ b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Templates/PlaceholderRules/Placeholder Renderings Rule/Data/Rule.yml @@ -0,0 +1,86 @@ +--- +ID: "c6f9355e-a77b-4741-96ad-21ae5ede8b00" +Parent: "e3cbac41-32d5-43c5-ae88-0cb2ad37ded1" +Template: "455a3e98-a627-4b40-8035-e683a0331ac7" +Path: /sitecore/templates/Foundation/PlaceholderRules/Placeholder Renderings Rule/Data/Rule +DB: master +SharedFields: +- ID: "1eb8ae32-e190-44a6-968d-ed904c794ebf" + Hint: Source + Value: "/sitecore/system/settings/Rules/placeholder-renderings" +- ID: "ab162cc0-dc80-4abf-8871-998ee5d7ba32" + Hint: Type + Value: Rules +- ID: "ba3f86a2-4a1c-4d78-b63d-91c2779c1b5e" + Hint: __Sortorder + Value: 200 +- ID: "be351a73-fcb0-4213-93fa-c302d8ab4f51" + Hint: Shared + Type: Checkbox + Value: 1 +Languages: +- Language: da + Fields: + - ID: "19a69332-a23e-4e70-8d16-b2640cb24cc8" + Hint: Title + Value: Regel + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Regel + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T180709:635367244290238059" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: "de-DE" + Fields: + - ID: "19a69332-a23e-4e70-8d16-b2640cb24cc8" + Hint: Title + Value: Regel + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: Regel + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T181753:635367250739729590" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: en + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: 20081103T155013 + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin +- Language: "ja-JP" + Fields: + - ID: "19a69332-a23e-4e70-8d16-b2640cb24cc8" + Hint: Title + Value: ルール + - ID: "b5e02ad9-d56f-4c41-a065-a133db87bdeb" + Hint: __Display name + Value: ルール + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: "20140526T183016:635367258162474783" + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin diff --git a/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Templates/PlaceholderRules/Placeholder Renderings Rule/__Standard Values.yml b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Templates/PlaceholderRules/Placeholder Renderings Rule/__Standard Values.yml new file mode 100644 index 0000000..f9c8761 --- /dev/null +++ b/src/Foundation/PlaceholderRules/serialization/Foundation.PlaceholderRules.Templates/PlaceholderRules/Placeholder Renderings Rule/__Standard Values.yml @@ -0,0 +1,21 @@ +--- +ID: "342482b7-802f-49f1-a17b-cf38a1a96fa9" +Parent: "c81d8680-a5d7-4646-9048-9eeb7efbb061" +Template: "c81d8680-a5d7-4646-9048-9eeb7efbb061" +Path: /sitecore/templates/Foundation/PlaceholderRules/Placeholder Renderings Rule/__Standard Values +DB: master +Languages: +- Language: en + Versions: + - Version: 1 + Fields: + - ID: "25bed78c-4957-4165-998a-ca1b52f67497" + Hint: __Created + Value: 20150312T113322 + - ID: "5dd74568-4d4b-44c1-b513-0af5f4cda34f" + Hint: __Created by + Value: | + sitecore\admin + - ID: "9533fbe8-2c4e-4328-a16f-0836e3a436d3" + Hint: Name + Value: $name