Skip to content

Commit

Permalink
minor #1044 Update list of possible turbo-stream actions (nicolas-gre…
Browse files Browse the repository at this point in the history
…kas)

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
  • Loading branch information
weaverryan committed Aug 15, 2023
2 parents 3237b1b + a864f1a commit 70ef40e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Turbo/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,9 @@ Let's discover how to use Turbo Streams to enhance your `Symfony forms`_::
</template>
</turbo-stream>

Supported actions are ``append``, ``prepend``, ``replace``, ``update``
and ``remove``. `Read the Turbo Streams documentation for more details`_.
Supported actions are ``append``, ``prepend``, ``replace``, ``update``,
``remove``, ``before`` and ``after``.
`Read the Turbo Streams documentation for more details`_.

Resetting the Form
~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 70ef40e

Please sign in to comment.