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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,11 +44,12 @@ ibexa_twig_components:
44
44
# Component name
45
45
google_tag_manager:
46
46
type: script
47
+
priority: 50
47
48
arguments:
48
49
src: 'https://...'
49
50
```
50
51
51
-
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.
52
+
YAML configuration allows you to use the built-in components to quickly achieve common goals.
52
53
53
54
You can use an unique group name when creating a Twig Component to create your own group.
0 commit comments