From 49ca5b275e86ba4f09873433b7fddcb82a0ea2c5 Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Tue, 11 Jan 2022 13:30:46 +0100 Subject: [PATCH] IBX-1694: Renamed ezxhtml5 suffix to xhtml5 --- src/bundle/Resources/mappings/symfony-service-tag-name-map.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bundle/Resources/mappings/symfony-service-tag-name-map.php b/src/bundle/Resources/mappings/symfony-service-tag-name-map.php index 842090f..b06d677 100644 --- a/src/bundle/Resources/mappings/symfony-service-tag-name-map.php +++ b/src/bundle/Resources/mappings/symfony-service-tag-name-map.php @@ -125,7 +125,7 @@ 'ezrichtext.configuration.custom_tag.mapper' => 'ibexa.field_type.richtext.configuration.custom_tag.mapper', 'ezrichtext.converter.input.xhtml5' => 'ibexa.field_type.richtext.converter.input.xhtml5', 'ezrichtext.converter.output.xhtml5' => 'ibexa.field_type.richtext.converter.output.xhtml5', - 'ezrichtext.validator.input.ezxhtml5' => 'ibexa.field_type.richtext.validator.input.ezxhtml5', + 'ezrichtext.validator.input.ezxhtml5' => 'ibexa.field_type.richtext.validator.input.xhtml5', 'ez.spi.persistence.cache.inmemory' => 'ibexa.cache.persistence.inmemory', 'ibexa.platform.connector.dam.query_factory' => 'ibexa.connector.dam.query.factory', 'ibexa.platform.render.strategy' => 'ibexa.view.render.strategy',