codex-team/editor.js
Voir sur GitHubcan we display placeholder only when editor.js is not in readonly mode
Open
#2 495 ouverte le 26 sept. 2023
good first issue
Description
can we display editor.js placeholder only when editor.js is not in readonly mode?
const editor = new EditorJS({
...
placeholder: 'Let`s write an awesome story!' <----- only display when readOnly is false.
...
});
Thank you.