Skip to content

Commit 0ab4ff0

Browse files
authored
Changed name of configuration for translation extraction (#61)
1 parent 96d6fb6 commit 0ab4ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundle/DependencyInjection/IbexaFieldTypeRichTextExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ private function prependJMSTranslation(ContainerBuilder $container): void
175175
{
176176
$container->prependExtensionConfig('jms_translation', [
177177
'configs' => [
178-
'ezplatform_richtext' => [
178+
'ibexa_fieldtype_richtext' => [
179179
'dirs' => [
180180
__DIR__ . '/../../../src/',
181181
],

0 commit comments

Comments
 (0)