mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 10:03:49 +00:00
adding formatter for list in spreadsheet (ods, xlsx)
This commit is contained in:
@@ -56,7 +56,8 @@ class PickFormatterType extends AbstractType
|
||||
$builder->add('alias', ChoiceType::class, array(
|
||||
'choices' => $choices,
|
||||
'choices_as_values' => true,
|
||||
'multiple' => false
|
||||
'multiple' => false,
|
||||
'placeholder' => 'Choose a format'
|
||||
));
|
||||
|
||||
//$builder->get('type')->addModelTransformer($transformer);
|
||||
|
Reference in New Issue
Block a user