Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
<target state="new">Delete</target>
<note>key: ibexa_matrix.remove</note>
</trans-unit>
<trans-unit id="b576ed740c793524756921e49ff6647251c1e6ca" resname="ibexa_matrix.remove_entry">
<source>Remove</source>
<target state="new">Remove</target>
<note>key: ibexa_matrix.remove_entry</note>
</trans-unit>
<trans-unit id="8422049ef51bbcd967ea5578aee3ed094edd252c" resname="field.column.add_new">
<source>Add</source>
<target state="new">Add</target>
Expand Down
2 changes: 2 additions & 0 deletions tests/integration/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
use Symfony\Component\Config\Loader\LoaderInterface;
use Symfony\Component\Config\Resource\FileResource;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\UX\TwigComponent\TwigComponentBundle;
use Symfony\WebpackEncoreBundle\WebpackEncoreBundle;

final class Kernel extends IbexaTestKernel
Expand All @@ -46,6 +47,7 @@ public function registerBundles(): iterable
yield new IbexaAdminUiBundle();
yield new IbexaNotificationsBundle();
yield new IbexaGraphQLBundle();
yield new TwigComponentBundle();
yield new IbexaTwigComponentsBundle();

yield new IbexaFieldTypeMatrixBundle();
Expand Down
Loading