Update template pathes to new syntax

This commit is contained in:
2023-10-02 13:56:22 +02:00
parent 294aaf5bed
commit bad302f512
13 changed files with 30 additions and 30 deletions

View File

@@ -82,7 +82,7 @@ class CustomFieldTitle extends AbstractCustomField
{
return $this->templating
->render(
'ChillCustomFieldsBundle:CustomFieldsRendering:title.html.twig',
'@ChillCustomFields/CustomFieldsRendering/title.html.twig',
[
'title' => $customField->getName(),
'type' => $customField->getOptions()[self::TYPE],