Skip to content

Commit

Permalink
Set Email and SMS feature to Communication category (#17558)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek authored Mar 7, 2025
1 parent 4b4267d commit 0695f34
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
[
"OrchardCore.Email",
],
Category = "Messaging"
Category = "Communication"
)]
2 changes: 1 addition & 1 deletion src/OrchardCore.Modules/OrchardCore.Email.Smtp/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
[
"OrchardCore.Email"
],
Category = "Messaging"
Category = "Communication"
)]
2 changes: 1 addition & 1 deletion src/OrchardCore.Modules/OrchardCore.Email/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
Website = ManifestConstants.OrchardCoreWebsite,
Version = ManifestConstants.OrchardCoreVersion,
Description = "Provides the necessary infrastructure for configuring email settings.",
Category = "Messaging"
Category = "Communication"
)]
2 changes: 1 addition & 1 deletion src/OrchardCore.Modules/OrchardCore.Sms.Azure/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
[
"OrchardCore.Sms",
],
Category = "SMS"
Category = "Communication"
)]
2 changes: 1 addition & 1 deletion src/OrchardCore.Modules/OrchardCore.Sms/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Name = "SMS",
Id = "OrchardCore.Sms",
Description = "Provides settings and services to send SMS messages.",
Category = "SMS"
Category = "Communication"
)]

[assembly: Feature(
Expand Down

0 comments on commit 0695f34

Please sign in to comment.