🎨 Enabled use of Grammarly extension in the editor

no issue

- Grammarly have indicated their extension is now compatible with the underlying editor technology used in Ghost
- removed html attributes that explicitly disabled the extension on our editor fields
This commit is contained in:
Kevin Ansfield 2021-06-03 13:22:07 +01:00
parent f1954f8772
commit 79d14082c2
3 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,6 @@
<div class="koenig-basic-html-input__editor-wrappper" style="cursor: text"> <div class="koenig-basic-html-input__editor-wrappper" style="cursor: text">
<div <div
class="koenig-basic-html-input__editor" class="koenig-basic-html-input__editor"
data-gramm="false"
data-kg="editor" data-kg="editor"
data-kg-allow-clickthrough data-kg-allow-clickthrough
data-placeholder={{this.placeholder}} data-placeholder={{this.placeholder}}

View File

@ -1,5 +1,5 @@
<div class="koenig-editor__editor-wrapper" data-kg="editor-wrapper"> <div class="koenig-editor__editor-wrapper" data-kg="editor-wrapper">
<div class="koenig-editor__editor" data-gramm="false" data-kg="editor"></div> <div class="koenig-editor__editor" data-kg="editor"></div>
</div> </div>
{{!-- pop-up markup toolbar is shown when there's a selection --}} {{!-- pop-up markup toolbar is shown when there's a selection --}}

View File

@ -1,7 +1,6 @@
<div class="koenig-text-replacement-html-input__editor-wrappper" style="cursor: text"> <div class="koenig-text-replacement-html-input__editor-wrappper" style="cursor: text">
<div <div
class="koenig-text-replacement-html-input__editor" class="koenig-text-replacement-html-input__editor"
data-gramm="false"
data-kg="editor" data-kg="editor"
data-kg-allow-clickthrough data-kg-allow-clickthrough
data-placeholder={{this.placeholder}} data-placeholder={{this.placeholder}}