mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
twig person/thirdparty renderbox: add a customArea option
with 2 areas to begin: * before the label * after the label
This commit is contained in:
@@ -62,6 +62,7 @@ class PersonRender extends AbstractChillEntityRender
|
||||
'address_multiline' => $options['address_multiline'] ?? false,
|
||||
'hLevel' => $options['hLevel'] ?? 3,
|
||||
'customButtons' => $options['customButtons'] ?? [],
|
||||
'customArea' => $options['customArea'] ?? [],
|
||||
];
|
||||
|
||||
return
|
||||
|
Reference in New Issue
Block a user