PersonRender: adapt twig template to suffixText

This commit is contained in:
nobohan
2022-02-16 15:55:26 +01:00
parent 81b7b49170
commit 02716a6a93
3 changed files with 7 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ class PersonRender extends AbstractChillEntityRender implements PersonRenderInte
'customArea' => $options['customArea'] ?? [],
'addDeath' => $options['addDeath'] ?? true,
'addAgeBadge' => $options['addAgeBadge'] ?? false,
'suffixText' => $options['suffixText'] ?? [],
];
return

View File

@@ -12,7 +12,6 @@ declare(strict_types=1);
namespace Chill\PersonBundle\Templating\Entity;
use Chill\MainBundle\Templating\Entity\ChillEntityRenderInterface;
use Chill\PersonBundle\Entity\Person;
/**
* Render a Person.