mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:30 -06:00
feat: visual editor code + sub/sup + table props
This commit is contained in:
@@ -158,7 +158,11 @@ router.get(['/e', '/e/*'], async (req, res, next) => {
|
||||
content: null,
|
||||
title: null,
|
||||
description: null,
|
||||
updatedAt: new Date().toISOString()
|
||||
updatedAt: new Date().toISOString(),
|
||||
extra: {
|
||||
css: '',
|
||||
js: ''
|
||||
}
|
||||
}
|
||||
|
||||
// -> From Template
|
||||
|
||||
Reference in New Issue
Block a user