Files
release11-tools/Frontend/assets/scripts/tools/xmlFormatter.js
2023-05-15 10:58:53 +02:00

11 lines
155 B
JavaScript

function getProcessor() {
return "libxml";
}
function getVersion() {
return "1.0"
}
function init() {
configurePastingInElement("xmlArea");
}