1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-27 23:28:38 +02:00

Plugins: Added support app_min_version property and made it required

This commit is contained in:
Laurent Cozic
2020-11-15 14:18:46 +00:00
parent fb5f20b308
commit ce59d29bb3
176 changed files with 5335 additions and 233 deletions

View File

@ -204,7 +204,9 @@ export enum MenuItemLocation {
Note = 'note',
Tools = 'tools',
Help = 'help',
// Deprecated - do not use - same as NoteListContext
/**
* @deprecated Do not use - same as NoteListContextMenu
*/
Context = 'context',
NoteListContextMenu = 'noteListContextMenu',
EditorContextMenu = 'editorContextMenu',