Skip to content

Commit

Permalink
Addressing warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Psichorex committed Jan 19, 2024
1 parent 10857d0 commit 73f96cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Lombiq.JsonEditor/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
Name = "Lombiq JSON Editor",
Category = "Content",
Description = "Module for displaying a JSON Editor like on jsoneditoronline.org.",
Dependencies = new[]
{
Dependencies =
[
"OrchardCore.Contents",
"OrchardCore.ResourceManagement",
}
]
)]

[assembly: Feature(
Id = ContentEditor,
Name = "Lombiq JSON Content Editor",
Category = "Content",
Description = "Adds an actions menu item to the content item list for editing them as JSON.",
Dependencies = new[]
{
Dependencies =
[
Default,
}
]
)]

0 comments on commit 73f96cc

Please sign in to comment.