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: docs/templating/components.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Twig Component groups are available for:
12
12
-[back office](custom_components.md)
13
13
-[storefront](customize_storefront_layout.md)
14
14
15
-
Use an unique group name when creating a Twig Component to create your own group.
15
+
To learn which groups are available in a given view, use the [integration Symfony Profiler](#symfony-profiler-integration).
16
16
17
17
## Create Twig Component
18
18
@@ -52,6 +52,8 @@ ibexa_twig_components:
52
52
53
53
The Component priority cannot be specified when using the YAML configuration, but it allows you to use the built-in components to quickly achieve common goals.
54
54
55
+
You can use an unique group name when creating a Twig Component to create your own group.
0 commit comments