Skip to content

Commit 74e2f91

Browse files
authored
Fixed image asset field type identifier in field definition mapping (#90)
1 parent a8d4c71 commit 74e2f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundle/Resources/config/default_settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ parameters:
4444
definition_type: BinaryFieldDefinition
4545
value_type: ImageFieldValue
4646
input_type: ImageFieldInput
47-
ibexa_imageasset:
47+
ibexa_image_asset:
4848
value_type: ImageFieldValue
4949
value_resolver: 'query("DomainImageAssetFieldValue", field)'
5050
ibexa_integer:

0 commit comments

Comments
 (0)