From b203ffebb1055506492debd809b4f2d6901f93d5 Mon Sep 17 00:00:00 2001 From: matx132 Date: Tue, 16 Jul 2024 12:16:44 +0200 Subject: [PATCH] Restored UrlFieldInput --- src/Resources/config/graphql/FieldValueInput.types.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Resources/config/graphql/FieldValueInput.types.yaml b/src/Resources/config/graphql/FieldValueInput.types.yaml index d2c287fb..91c3c9c4 100644 --- a/src/Resources/config/graphql/FieldValueInput.types.yaml +++ b/src/Resources/config/graphql/FieldValueInput.types.yaml @@ -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: