Initial commit
This commit is contained in:
16
Oqtane.Client/Modules/HtmlText/Module.cs
Normal file
16
Oqtane.Client/Modules/HtmlText/Module.cs
Normal file
@ -0,0 +1,16 @@
|
||||
using Oqtane.Modules;
|
||||
|
||||
namespace Oqtane.Client.Modules.HtmlText
|
||||
{
|
||||
public class Module : IModule
|
||||
{
|
||||
public string Name { get { return "HtmlText"; } }
|
||||
public string Description { get { return "Renders HTML or Text"; } }
|
||||
public string Version { get { return "1.0.0"; } }
|
||||
public string Owner { get { return ""; } }
|
||||
public string Url { get { return ""; } }
|
||||
public string Contact { get { return ""; } }
|
||||
public string License { get { return ""; } }
|
||||
public string Dependencies { get { return ""; } }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user