Skip to content

Commit b6c86be

Browse files
committed
[Live] Adding missing versionadded to docs about route option
1 parent 7e9585d commit b6c86be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/LiveComponent/doc/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2121,6 +2121,10 @@ To handle this, add the ``data-live-ignore`` attribute to the element:
21212121
Define another route for your Component
21222122
---------------------------------------
21232123

2124+
.. versionadded:: 2.7
2125+
2126+
The ``route`` option was added in LiveComponents 2.7.
2127+
21242128
The default route for live components is ``/components/{_live_component}/{_live_action}``.
21252129
Sometimes it may be useful to customize this URL - e.g. so that the component lives
21262130
under a specific firewall.

0 commit comments

Comments
 (0)