starshard/peafowl
Template
1
Fork 0
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:
Steffo 2024-07-04 06:13:33 +02:00
parent 110c7abec9
commit efe89dda2b
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

20
_cms.ts
View file

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