mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 10:33:49 +00:00
Create an horizontal CSV list
This commit is contained in:
@@ -73,12 +73,12 @@ class CSVListFormatter implements FormatterInterface
|
||||
|
||||
public function getType()
|
||||
{
|
||||
return FormatterInterface::TYPE_CSV_LIST;
|
||||
return FormatterInterface::TYPE_LIST;
|
||||
}
|
||||
|
||||
public function getName()
|
||||
{
|
||||
return 'CSV List';
|
||||
return 'CSV vertical list';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user