mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01: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