From 59437578a43b29ccffa4e0af1eefe630def1cd1c Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Mon, 25 May 2020 14:04:12 -0600 Subject: [PATCH] updated changelog --- CHANGELOG.md | 3 +++ languages/en.yaml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 329063c8..ef7c370d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # v1.10.0-rc.12 ## mm/dd/2020 +1. [](#new) + * Added ability to set a preferred markdown editor in user profile + * Added new `onAdminListMarkdownEditors` event to add a custom editor to the list of available 1. [](#bugfix) * Use `Pages::find()` instead of `Pages::dispatch()` as we do not want to redirect out of admin * Fixed broken `parent` field when using the old pages diff --git a/languages/en.yaml b/languages/en.yaml index a1be0f23..273a8d3d 100644 --- a/languages/en.yaml +++ b/languages/en.yaml @@ -952,3 +952,5 @@ PLUGIN_ADMIN: CUSTOM_PRESETS: "Custom Presets" CUSTOM_PRESETS_HELP: "Drag-n-drop a theme .yaml file here, or you can create an array of presets with text based keys" GENERAL: "General" + MARKDOWN_EDITOR: "Markdown Editor" + MARKDOWN_EDITOR_HELP: "Custom editors can be preferred for markdown editing"