hoisting improvements

This commit is contained in:
zadam
2020-11-24 23:24:05 +01:00
parent 9889166afc
commit 61f30373d4
9 changed files with 47 additions and 8 deletions

View File

@@ -18,6 +18,7 @@ const BUILTIN_ATTRIBUTES = [
{ type: 'label', name: 'hidePromotedAttributes' },
{ type: 'label', name: 'readOnly' },
{ type: 'label', name: 'autoReadOnlyDisabled' },
{ type: 'label', name: 'hoistedCssClass' },
{ type: 'label', name: 'cssClass' },
{ type: 'label', name: 'iconClass' },
{ type: 'label', name: 'keyboardShortcut' },