mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-02 15:44:28 -06:00
Merge pull request #520 from stadtgestalten/translatable-prompt-texts
allow promptTexts to be translated via options
This commit is contained in:
commit
93e876562f
@ -1389,7 +1389,7 @@ function SimpleMDE(options) {
|
||||
|
||||
|
||||
// Merging the promptTexts, with the given options
|
||||
options.promptTexts = promptTexts;
|
||||
options.promptTexts = extend({}, promptTexts, options.promptTexts || {});
|
||||
|
||||
|
||||
// Merging the blockStyles, with the given options
|
||||
|
Loading…
x
Reference in New Issue
Block a user