Skip to content

Commit c00aed9

Browse files
committed
Merge branch '5.4' into 6.2
* 5.4: add Symfony UX in attributes reference
2 parents f9d355d + 5b67346 commit c00aed9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

reference/attributes.rst

+13
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,23 @@ Twig
8888

8989
* :ref:`Template <templates-template-attribute>`
9090

91+
Symfony UX
92+
~~~~~~~~~~
93+
94+
* `AsEntityAutocompleteField`_
95+
* `AsLiveComponent`_
96+
* `AsTwigComponent`_
97+
* `Broadcast`_
98+
9199
Validator
92100
~~~~~~~~~
93101

94102
Each validation constraint comes with a PHP attribute. See
95103
:doc:`/reference/constraints` for a full list of validation constraints.
96104

97105
* :doc:`HasNamedArgument </validation/custom_constraint>`
106+
107+
.. _`AsEntityAutocompleteField`: https://symfony.com/bundles/ux-autocomplete/current/index.html#usage-in-a-form-with-ajax
108+
.. _`AsLiveComponent`: https://symfony.com/bundles/ux-live-component/current/index.html
109+
.. _`AsTwigComponent`: https://symfony.com/bundles/ux-twig-component/current/index.html
110+
.. _`Broadcast`: https://symfony.com/bundles/ux-turbo/current/index.html#broadcast-conventions-and-configuration

0 commit comments

Comments
 (0)