Skip to content

Commit

Permalink
EZP-30462: Aligned Field Type service tags with new naming convention (
Browse files Browse the repository at this point in the history
  • Loading branch information
mikadamczyk authored and alongosz committed Jun 19, 2019
1 parent 5e3da05 commit a577f96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/bundle/Resources/config/services/fieldtype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ services:
arguments:
$fieldTypeIdentifier: '%ezplatform.fieldtype.matrix.identifier%'
tags:
- { name: ezpublish.fieldType, alias: '%ezplatform.fieldtype.matrix.identifier%' }
- { name: ezplatform.field_type, alias: '%ezplatform.fieldtype.matrix.identifier%' }

EzSystems\EzPlatformMatrixFieldtype\FieldType\Converter\MatrixConverter:
tags:
- { name: ezpublish.storageEngine.legacy.converter, alias: '%ezplatform.fieldtype.matrix.identifier%' }
- { name: ezplatform.field_type.legacy_storage.converter, alias: '%ezplatform.fieldtype.matrix.identifier%' }

EzSystems\EzPlatformMatrixFieldtype\FieldType\Mapper\MatrixFormMapper:
tags:
- { name: ez.fieldFormMapper.definition, fieldType: '%ezplatform.fieldtype.matrix.identifier%' }
- { name: ez.fieldFormMapper.value, fieldType: '%ezplatform.fieldtype.matrix.identifier%' }
- { name: ezplatform.field_type.form_mapper.definition, fieldType: '%ezplatform.fieldtype.matrix.identifier%' }
- { name: ezplatform.field_type.form_mapper.value, fieldType: '%ezplatform.fieldtype.matrix.identifier%' }

0 comments on commit a577f96

Please sign in to comment.