Skip to content

Commit

Permalink
Enable browser spell checking.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffputz committed Oct 27, 2021
1 parent df71491 commit d606447
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/PopBlog.Web/wwwroot/lib/PopBlog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@popworldmedia/popblog",
"version": "3.0.0-prerelease.206",
"version": "3.0.0-prerelease.207",
"description": "POP Blog client side",
"scripts": {},
"repository": {
1 change: 1 addition & 0 deletions src/PopBlog.Web/wwwroot/lib/PopBlog/src/TinyHelper.js
Original file line number Diff line number Diff line change
@@ -23,6 +23,7 @@ function initEditor(id) {
selector: id,
relative_urls: false,
plugins: ["lists", "code", "link", "image"],
browser_spellcheck: true,
contextmenu: false,
content_css: ['/lib/bootstrap/dist/css/bootstrap.min.css','/lib/PopBlog/dist/edit.min.css'],

0 comments on commit d606447

Please sign in to comment.