Skip to content

Commit 88c08d6

Browse files
committed
Make the examples the same
1 parent 324dcc6 commit 88c08d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/templating/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Register it as a service by using the `AsTwigComponent` attribute or the `ibexa.
3232
``` yaml
3333
App\Twig\Component\MyComponent:
3434
tags:
35-
- { name: ibexa.twig.component, group: admin-ui-dashboard-all-tab-groups, priority: 0 }
35+
- { name: ibexa.twig.component, group: admin-ui-dashboard-all-tab-groups, priority: 100 }
3636
```
3737

3838
The available attributes are:

0 commit comments

Comments
 (0)