From efe89dda2b795b391ecf7f096a485f184b37983f Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 4 Jul 2024 06:13:33 +0200 Subject: [PATCH] Move review content to the bottom of the CMS --- _cms.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_cms.ts b/_cms.ts index d300668..1777c3c 100644 --- a/_cms.ts +++ b/_cms.ts @@ -93,15 +93,6 @@ cms.collection( placeholder: "Unscored" } }, - { - name: "content", - type: "markdown", - label: "Review", - description: "The review to display on the game page.", - attributes: { - placeholder: "Truly, the most *game* of all times." - } - }, { name: "progress", type: "select", @@ -207,7 +198,16 @@ cms.collection( ] } ] - } + }, + { + name: "content", + type: "markdown", + label: "Review", + description: "The review to display on the game page.", + attributes: { + placeholder: "Truly, the most *game* of all times." + } + }, ] )