Skip to content

Commit

Permalink
EZP-30833: Aligned Field Type service tags to new naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs committed Aug 9, 2019
1 parent 6383ac6 commit 50be8ca
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/bundle/Resources/config/form.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ services:

EzSystems\EzPlatformRichText\Form\Mapper\RichTextFormMapper:
tags:
- { name: ez.fieldFormMapper.value, fieldType: ezrichtext }
- { name: ezplatform.field_type.form_mapper.value, fieldType: ezrichtext }

2 changes: 1 addition & 1 deletion src/bundle/Resources/config/rest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ services:
arguments:
- '@ezrichtext.converter.edit.xhtml5'
tags:
- { name: ezpublish_rest.field_type_processor, alias: ezrichtext }
- { name: ezplatform.field_type.rest.processor, alias: ezrichtext }
2 changes: 1 addition & 1 deletion src/lib/eZ/settings/fieldtype_external_storages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ services:
EzSystems\EzPlatformRichText\eZ\FieldType\RichText\RichTextStorage:
arguments: ['@EzSystems\EzPlatformRichText\eZ\FieldType\RichText\RichTextStorage\Gateway\DoctrineStorage']
tags:
- {name: ezpublish.fieldType.externalStorageHandler, alias: ezrichtext}
- {name: ezplatform.field_type.external_storage_handler, alias: ezrichtext}
public: true
2 changes: 1 addition & 1 deletion src/lib/eZ/settings/fieldtypes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ services:
arguments:
- '@EzSystems\EzPlatformRichText\eZ\RichText\InputHandler'
tags:
- {name: ezpublish.fieldType, alias: ezrichtext}
- {name: ezplatform.field_type, alias: ezrichtext}
2 changes: 1 addition & 1 deletion src/lib/eZ/settings/indexable_fieldtypes.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
services:
EzSystems\EzPlatformRichText\eZ\FieldType\RichText\SearchField:
tags:
- {name: ezpublish.fieldType.indexable, alias: ezrichtext}
- {name: ezplatform.field_type.indexable, alias: ezrichtext}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
services:
EzSystems\EzPlatformRichText\eZ\Persistence\Legacy\RichTextFieldValueConverter:
tags:
- {name: ezpublish.storageEngine.legacy.converter, alias: ezrichtext}
- {name: ezplatform.field_type.legacy_storage.converter, alias: ezrichtext}

0 comments on commit 50be8ca

Please sign in to comment.