You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style: update styles for publishPlugin and updatePluginEditor forms; adjust paddings and line heights
feat: add agreement checkbox in updatePluginEditor form
fix: enhance supported_editor query logic in plugin API
refactor: remove unused email notification logic from updateSchema
constuser=query('SELECT email, name FROM "user" WHERE id = ?',[userId]);
37
-
if(!user||user.length===0)continue;
38
-
const[{ email, name }]=user;
39
-
constemailBody=`We have recently updated our plugin system to support CodeMirror editor. Following plugins are pending update to specify supported editor:
0 commit comments