feat: visual editor code + sub/sup + table props

This commit is contained in:
NGPixel
2020-06-21 14:47:11 -04:00
parent ff4e25d5ca
commit 4cb7f33dcf
4 changed files with 25 additions and 6 deletions

View File

@@ -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