From 12b01d4c23a78606bac7217cf027de9d165a3f39 Mon Sep 17 00:00:00 2001 From: Yaman Katby Date: Mon, 12 Dec 2022 12:17:11 +0300 Subject: [PATCH] fix(firestore-one-to-one): update ext specification --- packages/firestore-one-to-one/extension.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/firestore-one-to-one/extension.yaml b/packages/firestore-one-to-one/extension.yaml index 93d0b7e..41043cd 100644 --- a/packages/firestore-one-to-one/extension.yaml +++ b/packages/firestore-one-to-one/extension.yaml @@ -148,7 +148,7 @@ params: label: Fields to copy from Collection A to Collection B, comma separated, leave empty to copy all fields description: >- The names of the fields in Collection A that will be copied to Collection B. - type: array + type: string example: name,flag required: false @@ -156,7 +156,7 @@ params: label: Fields to copy from Collection B to Collection A, comma separated, leave empty to copy all fields description: >- The names of the fields in Collection B that will be copied to Collection A. - type: array + type: string example: name,area required: false