Skip to content

Commit b422a92

Browse files
committed
Make Symfony Profiler more visible
1 parent f291c0c commit b422a92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/templating/components.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Twig Component groups are available for:
1212
- [back office](custom_components.md)
1313
- [storefront](customize_storefront_layout.md)
1414

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).
1616

1717
## Create Twig Component
1818

@@ -52,6 +52,8 @@ ibexa_twig_components:
5252

5353
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.
5454

55+
You can use an unique group name when creating a Twig Component to create your own group.
56+
5557
## Built-in components
5658

5759
| Name | Description | YAML type |

0 commit comments

Comments
 (0)