Skip to content

Commit 70ef40e

Browse files
committed
minor #1044 Update list of possible turbo-stream actions (nicolas-grekas)
This PR was merged into the 2.x branch. Discussion ---------- Update list of possible turbo-stream actions | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | - | License | MIT From https://turbo.hotwired.dev/handbook/streams Commits ------- a864f1a Update list of possible turbo-stream actions
2 parents 3237b1b + a864f1a commit 70ef40e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Turbo/doc/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,9 @@ Let's discover how to use Turbo Streams to enhance your `Symfony forms`_::
369369
</template>
370370
</turbo-stream>
371371

372-
Supported actions are ``append``, ``prepend``, ``replace``, ``update``
373-
and ``remove``. `Read the Turbo Streams documentation for more details`_.
372+
Supported actions are ``append``, ``prepend``, ``replace``, ``update``,
373+
``remove``, ``before`` and ``after``.
374+
`Read the Turbo Streams documentation for more details`_.
374375

375376
Resetting the Form
376377
~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)