From d44e5d4e3f06a41b11b8da41e75c585ac3350a4e Mon Sep 17 00:00:00 2001 From: ekachxaidze98 <65679299+ekachxaidze98@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:33:05 +0400 Subject: [PATCH] CORE: fix type (#1243) --- netlify-cms.config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/netlify-cms.config.yml b/netlify-cms.config.yml index 3870242c..4bae2406 100644 --- a/netlify-cms.config.yml +++ b/netlify-cms.config.yml @@ -2098,7 +2098,7 @@ collections: hint: > Displayed in the browser as a card title. - name: content - widget: string + widget: markdown label: content hint: > Displayed in the browser as a card content. @@ -2558,7 +2558,7 @@ collections: hint: > Displayed in the browser as a card title. - name: content - widget: string + widget: markdown label: content hint: > Displayed in the browser as a card content. @@ -2962,7 +2962,7 @@ collections: hint: > Displayed in the browser as a card title. - name: content - widget: string + widget: markdown label: content hint: > Displayed in the browser as a card content. @@ -3241,7 +3241,7 @@ collections: hint: > Displayed in the browser as a card title. - name: content - widget: string + widget: markdown label: content hint: > Displayed in the browser as a card content. @@ -3913,7 +3913,7 @@ collections: hint: > Displayed in the browser as a card title. - name: content - widget: string + widget: markdown label: content hint: > Displayed in the browser as a card content.