mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-07 15:53:19 +02:00
updated changelog
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user