Start new HTML export logic
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-10-14 23:13:09 -05:00
parent 97d3ef6cae
commit 54d07754ac
36 changed files with 122598 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
module.exports = exports = {
subtree: {
fields: {
PageId: {
required: true,
coerce: String,
},
format: {
required: true,
coerce: String,
in_set: ['html', 'pdf', 'markdown', 'json'],
}
}
}
}