Update UUID and fixed #432
This commit is contained in:
parent
7f9094b25b
commit
40147ec634
|
@ -253,5 +253,6 @@
|
||||||
"save-as-draft": "Save as draft",
|
"save-as-draft": "Save as draft",
|
||||||
"slug": "slug",
|
"slug": "slug",
|
||||||
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit",
|
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit",
|
||||||
"this-theme-may-not-be-supported-by-this-version-of-bludit": "This theme may not be supported by this version of Bludit"
|
"this-theme-may-not-be-supported-by-this-version-of-bludit": "This theme may not be supported by this version of Bludit",
|
||||||
|
"content-here-supports-markdown-and-html-code": "Content here. Supports Markdown and HTML code."
|
||||||
}
|
}
|
|
@ -129,7 +129,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,
|
||||||
|
|
Loading…
Reference in New Issue