Skip to content

Commit

Permalink
IBX-7603: Removed deprecated flag for URL field (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszdebinski authored Nov 29, 2024
1 parent 96f4357 commit 89e4156
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 60 deletions.
2 changes: 1 addition & 1 deletion src/bundle/Resources/config/default_settings.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
parameters:
ibexa.graphql.schema.should.extend.ezurl: false
ibexa.graphql.schema.content.field_name.override:
id: id_
ibexa.graphql.schema.content.mapping.field_definition_type:
Expand Down Expand Up @@ -82,4 +81,5 @@ parameters:
definition_type: TextBlockFieldDefinition
value_type: String
ezurl:
value_type: UrlFieldValue
input_type: UrlFieldInput
6 changes: 0 additions & 6 deletions src/bundle/Resources/config/services/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ services:
arguments:
$innerMapper: '@Ibexa\GraphQL\Schema\Domain\Content\Mapper\FieldDefinition\SelectionFieldDefinitionMapper.inner'

Ibexa\GraphQL\Schema\Domain\Content\Mapper\FieldDefinition\UrlFieldDefinitionMapper:
decorates: Ibexa\Contracts\GraphQL\Schema\Domain\Content\Mapper\FieldDefinition\FieldDefinitionMapper
arguments:
$innerMapper: '@Ibexa\GraphQL\Schema\Domain\Content\Mapper\FieldDefinition\UrlFieldDefinitionMapper.inner'
$shouldExtendUrlInputType: '%ibexa.graphql.schema.should.extend.ezurl%'

Ibexa\GraphQL\Schema\Domain\Content\Worker\ContentType\AddItemOfTypeConnectionToGroup: ~

Ibexa\GraphQL\Schema\Domain\Content\Worker\ContentType\AddItemToGroup: ~
Expand Down

This file was deleted.

0 comments on commit 89e4156

Please sign in to comment.