mirror of
https://github.com/starshardstudio/peafowl.git
synced 2024-11-25 06:24:20 +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
18
_cms.ts
18
_cms.ts
|
@ -93,15 +93,6 @@ cms.collection(
|
||||||
placeholder: "Unscored"
|
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",
|
name: "progress",
|
||||||
type: "select",
|
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