Skip to content

Commit ce93858

Browse files
committed
- Added scene-graph-id support to Configurator Element
1 parent ee1510c commit ce93858

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

plattar-web/elements/configurator-element.js

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,20 @@ class ConfiguratorElement extends BaseElement {
2424
}
2525

2626
get optionalAttributes() {
27-
return [{
28-
key: "config-state",
29-
map: "config_state"
30-
}, {
31-
key: "show-ar",
32-
map: "show_ar"
33-
}];
27+
return [
28+
{
29+
key: "config-state",
30+
map: "config_state"
31+
},
32+
{
33+
key: "show-ar",
34+
map: "show_ar"
35+
},
36+
{
37+
key: "scene-graph-id",
38+
map: "scene_graph_id"
39+
}
40+
];
3441
}
3542
}
3643

0 commit comments

Comments
 (0)