added missing labels customRequestHandler, customResourceProvider to autocomplete

This commit is contained in:
zadam 2019-02-02 22:33:02 +01:00
parent 8aea9a1801
commit 0aec5927d5

View File

@ -19,6 +19,8 @@ const BUILTIN_ATTRIBUTES = [
{ type: 'label', name: 'hideChildrenOverview' },
{ type: 'label', name: 'hidePromotedAttributes' },
{ type: 'label', name: 'readOnly' },
{ type: 'label', name: 'customRequestHandler' },
{ type: 'label', name: 'customResourceProvider' },
// relation names
{ type: 'relation', name: 'runOnNoteView' },