ajust list_with_period search with person render_box (and add new options to it)

This commit is contained in:
2021-08-01 15:21:03 +02:00
parent 4be4cd7279
commit 48873d15c9
11 changed files with 378 additions and 388 deletions

View File

@@ -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'] ?? [],
];