10 lines
248 B
C#
10 lines
248 B
C#
using OrchardCore.DisplayManagement.Manifest;
|
|
|
|
[assembly: Theme(
|
|
Name = "ThemeName.OrchardCore",
|
|
Author = "The Orchard Core Team",
|
|
Website = "https://orchardcore.net",
|
|
Version = "0.0.1",
|
|
Description = "ThemeName.OrchardCore"
|
|
)]
|