- Issue created by @smustgrave
- Merge request !86Issue #3485457: Deprecated Twig function: `pattern`. Replace with Twig function component() β (Merged) created by smustgrave
- π«π·France pdureau Paris
Careful, the functions are different:
pattern(string $id, array $fields = [], string $variant = "")
where$fields
has both slots and propscomponent(string $component_id, array $slots = [], array $props = [])
where$component_id
isprovider:component
and variant is a prop
-
smustgrave β
committed 588a0b1a on 4.0.x
Issue #3485457: Deprecated Twig function: `pattern`. Replace with Twig...
-
smustgrave β
committed 588a0b1a on 4.0.x
- πΊπΈUnited States smustgrave
Was able to drop dependency on ui_pattern_legacy
Automatically closed - issue fixed for 2 weeks with no activity.