wed
Version:
Wed is a schema-aware editor for XML documents.
23 lines (22 loc) • 503 B
JavaScript
define({
config: {
schema: "../schemas/tei-simplified-rng.js",
mode: {
path: "wed/modes/generic/generic",
options: {
metadata: "../schemas/tei-metadata.json",
},
},
// You certainly do not want this in actual deployment.
ajaxlog: {
url: "/build/ajax/log.txt",
},
// You certainly do not want this in actual deployment.
save: {
path: "wed/savers/ajax",
options: {
url: "/build/ajax/save.txt",
},
},
},
});