mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-24 12:48:30 +00:00
438 B
438 B
Forms and form types
Date picker
Class
Chill\MainBundle\Form\Type\ChillDateType
Extend
Symfony\Component\Form\Extension\Core\Type\DateType
Usage :
use Chill\MainBundle\Form\Type\ChillDateType;
$builder->add('date' ChillDateType::class);
Text editor
Add a text editor (by default).
Class
Chill\MainBundle\Form\Type\ChillTextareaType
Options
disable_editorto disable text editor