From 1f64e599173c3d108330fa7791cb43187edb32f1 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Sun, 21 Nov 2021 17:28:02 +0100 Subject: [PATCH] Fix sorting object --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af79b992..75b41184 100644 --- a/package.json +++ b/package.json @@ -176,7 +176,7 @@ "scope": "Content" }, "frontMatter.content.sorting": { - "type": "object", + "type": "array", "default": [], "markdownDescription": "Define the sorting options for your dashboard content. [Check in the docs](https://frontmatter.codes/docs/settings#frontMatter.content.sorting)", "items": {