changed ServerAssemblyName to ServerManagerType to optimize processing
This commit is contained in:
@ -7,9 +7,9 @@ namespace Oqtane.Modules.HtmlText
|
||||
public ModuleDefinition ModuleDefinition => new ModuleDefinition
|
||||
{
|
||||
Name = "HtmlText",
|
||||
Description = "Renders HTML or Text",
|
||||
Description = "Renders HTML or Text Content",
|
||||
Version = "1.0.0",
|
||||
ServerAssemblyName = "Oqtane.Server"
|
||||
ServerManagerType = "Oqtane.Modules.HtmlText.Manager.HtmlTextManager, Oqtane.Server"
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user