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." + } + }, ] )