Skip to content

Commit

Permalink
Restored UrlFieldInput
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszdebinski committed Jul 16, 2024
1 parent d41943d commit b203ffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/config/graphql/FieldValueInput.types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ UrlFieldInput:
config:
fields:
link:
type: String
type: String!
description: "The link's URL"
text:
type: String!
type: String
description: "The link's name or description"

MapLocationFieldInput:
Expand Down

0 comments on commit b203ffe

Please sign in to comment.