mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-07-13 13:04:27 -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
|
// Merging the promptTexts, with the given options
|
||||||
options.promptTexts = promptTexts;
|
options.promptTexts = extend({}, promptTexts, options.promptTexts || {});
|
||||||
|
|
||||||
|
|
||||||
// Merging the blockStyles, with the given options
|
// Merging the blockStyles, with the given options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user