You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/TwigComponent/doc/index.rst
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -870,7 +870,8 @@ You can now use a custom tag prefix starting by <twig: and your component name
870
870
// and also self closing tag
871
871
<twig:Alert/>
872
872
873
-
You can pass an attribute to your component like any HTML attribute and also use the ':' prefix to your attribute to indicate that the value should be compiled by Twig
873
+
You can pass an attribute to your component like any HTML attribute and also use the ':'
874
+
prefix to your attribute to indicate that the value should be compiled by Twig
0 commit comments