Merge pull request #520 from stadtgestalten/translatable-prompt-texts

allow promptTexts to be translated via options
patch-ionaru
Wes Cossick 7 years ago committed by GitHub
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…
Cancel
Save