mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
ajust list_with_period search with person render_box (and add new options to it)
This commit is contained in:
@@ -58,6 +58,8 @@ class PersonRender extends AbstractChillEntityRender
|
||||
'addId' => $options['addId'] ?? false,
|
||||
'addInfo' => $options['addInfo'] ?? false,
|
||||
'addAge' => $options['addAge'] ?? false,
|
||||
'addCenter' => $options['addCenter'] ?? false,
|
||||
'address_multiline' => $options['address_multiline'] ?? false,
|
||||
'hLevel' => $options['hLevel'] ?? 3,
|
||||
'customButtons' => $options['customButtons'] ?? [],
|
||||
];
|
||||
|
Reference in New Issue
Block a user