mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
render_box person: possible to force disable AltNames; add space between span
This commit is contained in:
@@ -52,7 +52,7 @@ class PersonRender extends AbstractChillEntityRender
|
||||
public function renderBox($person, array $options): string
|
||||
{
|
||||
$params = [
|
||||
'addAltNames' => $this->configAltNamesHelper->hasAltNames(),
|
||||
'addAltNames' => $options['addAltNames'] ?? $this->configAltNamesHelper->hasAltNames(),
|
||||
'addLink' => $options['addLink'] ?? false,
|
||||
'addEntity' => $options['addEntity'] ?? false,
|
||||
'addId' => $options['addId'] ?? false,
|
||||
|
Reference in New Issue
Block a user