Skip to content

Commit 09c11cd

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: add Symfony UX in attributes reference
2 parents ae1b053 + c00aed9 commit 09c11cd

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
@@ -96,10 +96,23 @@ Twig
9696

9797
* :ref:`Template <templates-template-attribute>`
9898

99+
Symfony UX
100+
~~~~~~~~~~
101+
102+
* `AsEntityAutocompleteField`_
103+
* `AsLiveComponent`_
104+
* `AsTwigComponent`_
105+
* `Broadcast`_
106+
99107
Validator
100108
~~~~~~~~~
101109

102110
Each validation constraint comes with a PHP attribute. See
103111
:doc:`/reference/constraints` for a full list of validation constraints.
104112

105113
* :doc:`HasNamedArgument </validation/custom_constraint>`
114+
115+
.. _`AsEntityAutocompleteField`: https://symfony.com/bundles/ux-autocomplete/current/index.html#usage-in-a-form-with-ajax
116+
.. _`AsLiveComponent`: https://symfony.com/bundles/ux-live-component/current/index.html
117+
.. _`AsTwigComponent`: https://symfony.com/bundles/ux-twig-component/current/index.html
118+
.. _`Broadcast`: https://symfony.com/bundles/ux-turbo/current/index.html#broadcast-conventions-and-configuration

0 commit comments

Comments
 (0)