Skip to content

Commit af20dbc

Browse files
committed
Revert "docs: Note that extra-model is only available in 4.3.0 (unreleased)"
This reverts commit ca80698.
1 parent ca80698 commit af20dbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/modelviewer.dev/data/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{
1919
"name": "<extra-model>",
2020
"htmlName": "extra-model",
21-
"description": "A child element that loads additional models into the same scene alongside the primary `src` model. This allows you to compose scenes dynamically while getting the benefits of automatic framing and lighting from a single `<model-viewer>` element. You can add multiple `<extra-model>` elements. Attributes: `src`, `offset`, `scale`, `orientation`, `background`. Note: This feature will be available in model-viewer v4.3.0 (which is not yet released).",
21+
"description": "A child element that loads additional models into the same scene alongside the primary `src` model. This allows you to compose scenes dynamically while getting the benefits of automatic framing and lighting from a single `<model-viewer>` element. You can add multiple `<extra-model>` elements. Attributes: `src`, `offset`, `scale`, `orientation`, `background`.",
2222
"links": [
2323
"<a href=\"../examples/scenegraph/#multiModel\">Related examples</a>"
2424
],

0 commit comments

Comments
 (0)