mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
🎨 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:
parent
f1954f8772
commit
79d14082c2
@ -1,7 +1,6 @@
|
||||
<div class="koenig-basic-html-input__editor-wrappper" style="cursor: text">
|
||||
<div
|
||||
class="koenig-basic-html-input__editor"
|
||||
data-gramm="false"
|
||||
data-kg="editor"
|
||||
data-kg-allow-clickthrough
|
||||
data-placeholder={{this.placeholder}}
|
||||
|
@ -1,5 +1,5 @@
|
||||
<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>
|
||||
|
||||
{{!-- pop-up markup toolbar is shown when there's a selection --}}
|
||||
|
@ -1,7 +1,6 @@
|
||||
<div class="koenig-text-replacement-html-input__editor-wrappper" style="cursor: text">
|
||||
<div
|
||||
class="koenig-text-replacement-html-input__editor"
|
||||
data-gramm="false"
|
||||
data-kg="editor"
|
||||
data-kg-allow-clickthrough
|
||||
data-placeholder={{this.placeholder}}
|
||||
|
Loading…
Reference in New Issue
Block a user