note can be activated through 'keyboardShortcut' label

This commit is contained in:
zadam
2019-11-24 18:32:18 +01:00
parent 60c3b5cccc
commit cd139bdd76
4 changed files with 25 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ const BUILTIN_ATTRIBUTES = [
{ type: 'label', name: 'readOnly' },
{ type: 'label', name: 'cssClass' },
{ type: 'label', name: 'iconClass' },
{ type: 'label', name: 'keyboardShortcut' },
{ type: 'label', name: 'run', isDangerous: true },
{ type: 'label', name: 'customRequestHandler', isDangerous: true },
{ type: 'label', name: 'customResourceProvider', isDangerous: true },