core: fix validation error on generic create view with MarkdownInput

This commit is contained in:
Antoine Bartuccio 2018-12-20 15:03:41 +01:00
parent f6ab993b8d
commit d53d725415
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
}, 300, plainText, preview);
return preview.innerHTML;
},
// showIcons: ["code", "table", "clean-block"],
forceSync: true, // Avoid validation error on generic create view
toolbar: [
{
name: "heading-smaller",