render_box: adding addAge option

This commit is contained in:
2021-07-30 11:13:54 +02:00
parent 175d6892ec
commit 08cd6c81f2
3 changed files with 8 additions and 5 deletions

View File

@@ -57,6 +57,7 @@ class PersonRender extends AbstractChillEntityRender
'addEntity' => $options['addEntity'] ?? false,
'addId' => $options['addId'] ?? false,
'addInfo' => $options['addInfo'] ?? false,
'addAge' => $options['addAge'] ?? false,
'hLevel' => $options['hLevel'] ?? 3,
'customButtons' => $options['customButtons'] ?? [],
];