mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
allowing csv rendering for custom fields
This commit is contained in:
@@ -67,7 +67,7 @@ class CustomFieldTitle implements CustomFieldInterface
|
||||
));
|
||||
}
|
||||
|
||||
public function render($value, CustomField $customField)
|
||||
public function render($value, CustomField $customField, $documentType = 'html')
|
||||
{
|
||||
return $this->templating
|
||||
->render('ChillCustomFieldsBundle:CustomFieldsRendering:title.html.twig',
|
||||
|
Reference in New Issue
Block a user