Skip to content

Commit 3589e17

Browse files
committed
feat: add block for value at not matched properties
1 parent 1aa881b commit 3589e17

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Resources/views/storefront/component/compare/partial/properties.html.twig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
{% endfor %}
2222
{% if not matchProperty %}
2323
<td class="properties-value">
24-
<span>N/A</span>
24+
{% block frosh_product_compare_properties_item_notset %}
25+
<span>N/A</span>
26+
{% endblock %}
2527
</td>
2628
{% endif %}
2729
{% endfor %}

0 commit comments

Comments
 (0)