sonata-project / SonataCoreBundle

[deprecated] SonataCoreBundle
MIT License
318 stars 138 forks source link

Form:color.html.twig and Form:colorpicker.html.twig' #758

Closed Webonaute closed 3 years ago

Webonaute commented 3 years ago

How do I upgrade those template? does not seem to followed up in new packages.

franmomu commented 3 years ago

Those templates are used by ColorType and ColorSelectorType, if you are using them, you should have some deprecation warnings telling you that those types have been deprecated in favor of Symfony\Component\Form\Extension\Core\Type\ColorType.

jordisala1991 commented 3 years ago

I think the issue is solved