Rewrite HTML export to support all node types (#3)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
const { Model } = require('flitter-orm')
|
||||
const uuid = require('uuid/v4')
|
||||
|
||||
class ExportModel extends Model {
|
||||
static get schema() {
|
||||
@@ -10,6 +11,7 @@ class ExportModel extends Model {
|
||||
file_id: String,
|
||||
PageId: String,
|
||||
Active: { type: Boolean, default: true },
|
||||
UUID: { type: String, default: uuid },
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user