hook addDocumentContentAttributes can return a string

This commit is contained in:
Uwe Steinmann 2020-07-21 07:29:15 +02:00
parent dc6ec3c5c7
commit 55f5fe4047

View File

@ -307,6 +307,8 @@ console.log(element);
foreach($arrs as $arr) {
$this->formField($arr[0], $arr[1]);
}
} elseif(is_string($arrs)) {
echo $arrs;
}
if($workflowmode == 'advanced') {