mirror of
https://github.com/starshardstudio/peafowl.git
synced 2024-11-21 20:44:19 +00:00
Move review content to the bottom of the CMS
This commit is contained in:
parent
110c7abec9
commit
efe89dda2b
1 changed files with 10 additions and 10 deletions
20
_cms.ts
20
_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."
|
||||
}
|
||||
},
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue