starshard/peafowl
Template
1
Fork 0
mirror of https://github.com/starshardstudio/peafowl.git synced 2024-11-22 04:54:19 +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", name: "active",
type: "checkbox", 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." 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", label: "Mastered on",
description: "The date on which you've achieved mastery of the anime.", description: "The date on which you've achieved mastery of the anime.",
}, },
/*
{ {
name: "identifiers", name: "identifiers",
type: "choose-list", type: "choose-list",
@ -310,6 +311,7 @@ cms.collection(
description: "Details that unequivocabily and globally identify the anime. Shouldn't be edited manually.", description: "Details that unequivocabily and globally identify the anime. Shouldn't be edited manually.",
fields: [] fields: []
}, },
*/
{ {
name: "content", name: "content",
type: "markdown", type: "markdown",