This commit is contained in:
zadam
2021-04-10 23:23:43 +02:00
parent beb42f18fe
commit 3337487063
4 changed files with 11 additions and 11 deletions

View File

@@ -26,7 +26,7 @@ const BUILTIN_ATTRIBUTES = [
{ 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: 'runAtHour', isDangerous: false },
{ type: 'label', name: 'customRequestHandler', isDangerous: true },
{ type: 'label', name: 'customResourceProvider', isDangerous: true },
{ type: 'label', name: 'widget', isDangerous: true },