added promotedAttributesExpanded option

This commit is contained in:
zadam
2020-07-25 23:32:46 +02:00
parent b19589033d
commit 3261fea67f
4 changed files with 23 additions and 9 deletions

View File

@@ -38,7 +38,8 @@ const ALLOWED_OPTIONS = new Set([
'leftPaneVisible',
'rightPaneVisible',
'nativeTitleBarVisible',
'attributeListExpanded'
'attributeListExpanded',
'promotedAttributesExpanded'
]);
function getOptions() {