Skip to content

Commit 927c15c

Browse files
committed
bug #2231 [Twig][Icons][Map] fix wiring of ComponentRuntime (kbond)
This PR was merged into the 2.x branch. Discussion ---------- [Twig][Icons][Map] fix wiring of `ComponentRuntime` | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Issues | Fix #2230 | License | MIT I've opted to not add an interface and keep this extension point internal to other `ux/*` components for now. Commits ------- 56ec7af2 [Twig][Icons][Map] fix wiring of `ComponentRuntime`
2 parents 9f553cb + ac2262e commit 927c15c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/services.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@
4747
service('ux_map.renderers'),
4848
])
4949
->tag('twig.runtime')
50+
->tag('ux.twig_component.twig_renderer', ['key' => 'ux:map'])
5051
;
5152
};

0 commit comments

Comments
 (0)