Skip to content

Commit

Permalink
Fixed #24 - export/import not working. Credits: @CheapSk8
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikvig committed Dec 27, 2023
1 parent f8e55b3 commit 85ab7ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Geta.Optimizely.Categories/CategoryData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
namespace Geta.Optimizely.Categories
{
[AvailableContentTypes(Availability = Availability.Specific, Include = new[] { typeof(CategoryData) })]
[ContentType(GUID = "49D8091E-BAD8-4A48-B545-77DBA3D2F555", AvailableInEditMode = false)]
public class CategoryData : StandardContentBase, IRoutable
{
private string _routeSegment;
Expand Down Expand Up @@ -57,4 +58,4 @@ public override void SetDefaultValues(ContentType contentType)
IsSelectable = true;
}
}
}
}

0 comments on commit 85ab7ec

Please sign in to comment.