mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03: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:
@@ -54,6 +54,7 @@ class ThirdPartyRender extends AbstractChillEntityRender
|
||||
'addInfo' => $options['addInfo'] ?? false,
|
||||
'hLevel' => $options['hLevel'] ?? 3,
|
||||
'customButtons' => $options['customButtons'] ?? [],
|
||||
'customArea' => $options['customArea'] ?? [],
|
||||
];
|
||||
|
||||
return
|
||||
|
Reference in New Issue
Block a user