Skip to content

Commit

Permalink
Merged branch '1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Apr 10, 2020
2 parents f388b7b + 38ffa26 commit ca2f94e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Symfony/Resources/config/services/ezplatform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ services:
tags:
- { name: ezplatform.field_type.legacy_storage.converter, alias: '%ezcontentquery_identifier%' }

ezplatform.query_field_type.not_indexable:
class: eZ\Publish\Core\FieldType\Unindexed
tags:
- { name: ezplatform.field_type.indexable, alias: '%ezcontentquery_identifier%' }

EzSystems\EzPlatformQueryFieldType\eZ\ContentView\FieldDefinitionIdentifierMatcher:
tags:
- { name: ezplatform.view.matcher }
Expand Down

0 comments on commit ca2f94e

Please sign in to comment.