starshard/peafowl
Template
1
Fork 0
mirror of https://github.com/starshardstudio/peafowl.git synced 2024-11-21 12:34:20 +00:00

Correct typo in cms

This commit is contained in:
Steffo 2024-11-05 13:45:16 +01:00
parent 918e51e030
commit 8b5b64c787
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -245,7 +245,7 @@ cms.collection(
{
name: "active",
type: "checkbox",
label: "Now playing",
label: "Now watching",
description: "Whether you're currently watching this anime or not. If checked, prominently displays the anime on the home page."
},
{
@ -303,6 +303,7 @@ cms.collection(
label: "Mastered on",
description: "The date on which you've achieved mastery of the anime.",
},
/*
{
name: "identifiers",
type: "choose-list",
@ -310,6 +311,7 @@ cms.collection(
description: "Details that unequivocabily and globally identify the anime. Shouldn't be edited manually.",
fields: []
},
*/
{
name: "content",
type: "markdown",