Info and URL added
This commit is contained in:
parent
031b0f5317
commit
ff29f55c11
@ -20,8 +20,8 @@ class XMLValidator extends Operation {
|
|||||||
|
|
||||||
this.name = "XML Validator";
|
this.name = "XML Validator";
|
||||||
this.module = "Default";
|
this.module = "Default";
|
||||||
this.description = "";
|
this.description = "Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable.";
|
||||||
this.infoURL = "";
|
this.infoURL = "https://wikipedia.org/wiki/XML";
|
||||||
this.inputType = "string";
|
this.inputType = "string";
|
||||||
this.outputType = "string";
|
this.outputType = "string";
|
||||||
this.args = [];
|
this.args = [];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user