We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e2fb6 commit f8dcd9bCopy full SHA for f8dcd9b
1 file changed
src/lib/Form/Type/FieldType/UrlFieldType.php
@@ -57,7 +57,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
57
'required' => false,
58
]
59
)
60
- ->addModelTransformer(new FieldValueTransformer($this->fieldTypeService->getFieldType('ezurl')));
+ ->addModelTransformer(new FieldValueTransformer($this->fieldTypeService->getFieldType('ibexa_url')));
61
62
$builder->get('link')->addEventSubscriber(new FixUrlProtocolListener());
63
}
0 commit comments