Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ResolverExtension/ResolverExtension.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using System.Collections.Generic;
using Tridion.ContentManager;
using Tridion.ContentManager;
using Tridion.ContentManager.Publishing;
using Tridion.ContentManager.Publishing.Resolving;
using Tridion.Collections;

namespace ResolverExtension
{
public class ResolverExtension
public class ResolverExtension : IResolver
{
#region IResolver Members
// This Resolve method executes after the default resolver has done its job and produced a set of resolved items.
Expand Down
2 changes: 2 additions & 0 deletions ResolverExtension/ResolverExtension.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@

<ItemGroup>
<Reference Include="Tridion.ContentManager" />
<Reference Include="Tridion.ContentManager.Common" />
<Reference Include="Tridion.ContentManager.Publishing" />
<Reference Include="Tridion.Common" />
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
Expand Down
4 changes: 3 additions & 1 deletion ResolverExtension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"name": "EXTENSION_ID_PLACEHOLDER",
"type": "CMResolver",
"properties": {
"assemblyFileSource": "ResolverExtension.dll"
"assemblyFileSource": "ResolverExtension.dll",
"itemType": "<put your full type you want to serve>",
"type": "<put your full type with namespace here>"
}
}
]
Expand Down
Binary file modified VSIX/ProjectTemplates/ResolverExtension.zip
Binary file not shown.