[PLUGIN][AttachmentCollections] Make it look good

This commit is contained in:
2021-12-27 15:38:47 -03:00
parent 7ddfe92773
commit 65a3d738ca
3 changed files with 23 additions and 12 deletions

View File

@@ -212,9 +212,9 @@ class AttachmentCollections extends Plugin
$res[] = Formatting::twigRenderFile(
'AttachmentCollections/widget.html.twig',
[
'colls' => $colls,
'add_form' => $add_form->createView(),
'create_form' => $create_form->createView(),
'has_collections' => $colls,
'add_form' => $add_form->createView(),
'create_form' => $create_form->createView(),
],
);
return Event::next;