kopia lustrzana https://github.com/wagtail/wagtail
Enable spellCheck in Draftail by default
rodzic
d8489574d3
commit
26419e3731
|
@ -64,6 +64,7 @@ export const initEditor = (fieldName, options = {}) => {
|
|||
rawContentState={rawContentState}
|
||||
onSave={serialiseInputValue}
|
||||
placeholder="Write here…"
|
||||
spellCheck={true}
|
||||
{...options}
|
||||
blockTypes={blockTypes}
|
||||
inlineStyles={inlineStyles}
|
||||
|
|
Ładowanie…
Reference in New Issue