rvanlaak / SettingsBundle

Database centric Symfony2 configuration management bundle. Global and per-entity settings supported.
MIT License
113 stars 61 forks source link

Initial FormType Symfony3 compatibility #96

Closed jphilaine closed 4 years ago

jphilaine commented 7 years ago

For Symfony 3 compatibility, default form type need to be "Symfony\Component\Form\Extension\Core\Type\TextType". "text" value is deprecated since Symfony 2.8 and not supported since Symfony 3.0

Nyholm commented 4 years ago

Thank you