mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-02-05 13:19:51 -06:00
added #runOnInstance and #runAtHour
This commit is contained in:
@@ -25,6 +25,8 @@ const BUILTIN_ATTRIBUTES = [
|
||||
{ type: 'label', name: 'iconClass' },
|
||||
{ type: 'label', name: 'keyboardShortcut' },
|
||||
{ type: 'label', name: 'run', isDangerous: true },
|
||||
{ type: 'label', name: 'runOnInstance', isDangerous: false },
|
||||
{ type: 'label', name: 'runAtHours', isDangerous: false },
|
||||
{ type: 'label', name: 'customRequestHandler', isDangerous: true },
|
||||
{ type: 'label', name: 'customResourceProvider', isDangerous: true },
|
||||
{ type: 'label', name: 'widget', isDangerous: true },
|
||||
|
||||
Reference in New Issue
Block a user