Skip to content

Commit 562db20

Browse files
authored
IBX-9947: Rebranded field type identifiers (#72)
1 parent 383b429 commit 562db20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bundle/Resources/views/fields/content_fields.html.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% extends "@IbexaCore/content_fields.html.twig" %}
44

5-
{% block ezobjectrelationlist_field %}
5+
{% block ibexa_object_relation_list_field %}
66
{% if not ibexa_field_is_empty( content, field ) %}
77
<ul {{ block( 'field_attributes' ) }}>
88
{% for contentId in field.value.destinationContentIds %}
@@ -17,7 +17,7 @@
1717
{% endif %}
1818
{% endblock %}
1919

20-
{% block ezimageasset_field %}
20+
{% block ibexa_image_asset_field %}
2121
{% if not ibexa_field_is_empty(content, field) and parameters.available %}
2222
{{ ibexa_http_cache_tag_relation_ids(field.value.destinationContentId) }}
2323
<div {{ block('field_attributes') }}>
@@ -33,7 +33,7 @@
3333
{% endif %}
3434
{% endblock %}
3535

36-
{% block ezobjectrelation_field %}
36+
{% block ibexa_object_relation_field %}
3737
{% if not ibexa_field_is_empty( content, field ) and parameters.available %}
3838
{{ ibexa_http_cache_tag_relation_ids(field.value.destinationContentId) }}
3939
<div {{ block( 'field_attributes' ) }}>

0 commit comments

Comments
 (0)