Skip to content

Commit

Permalink
refactor: EntryPointManifest extends BackofficeEntryPointManifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdcdev committed Nov 17, 2024
1 parent dd415d0 commit a12b316
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
namespace jcdcdev.Umbraco.Core.Web.Models.Manifests;

[Obsolete("Use BackofficeEntryPointManifest instead")]
public class EntryPointManifest : IManifest
public class EntryPointManifest : BackofficeEntryPointManifest
{
public required string Name { get; set; }
public required string Alias { get; set; }
public required string Js { get; set; }
public string Type => "backofficeEntryPoint";
}

0 comments on commit a12b316

Please sign in to comment.