Definition placeholder
This commit is contained in:
parent
72f5d41fd0
commit
4cdd1b51bb
|
@ -116,7 +116,7 @@ class pluginsimpleMDE extends Plugin {
|
||||||
toolbarTips: true,
|
toolbarTips: true,
|
||||||
toolbarGuideIcon: true,
|
toolbarGuideIcon: true,
|
||||||
autofocus: false,
|
autofocus: false,
|
||||||
placeholder: "Content here. Supports Markdown and HTML code.",
|
placeholder: "'.$Language->get('Content here Supports Markdown and HTML code').'",
|
||||||
lineWrapping: true,
|
lineWrapping: true,
|
||||||
autoDownloadFontAwesome: false,
|
autoDownloadFontAwesome: false,
|
||||||
indentWithTabs: true,
|
indentWithTabs: true,
|
||||||
|
@ -147,4 +147,4 @@ class pluginsimpleMDE extends Plugin {
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue