Info and URL added

This commit is contained in:
n1073645 2020-04-17 14:39:00 +01:00
parent 031b0f5317
commit ff29f55c11

View file

@ -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 = [];