From 8b5b64c787838da3b2eb00bcfac18206101a0de3 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 5 Nov 2024 13:45:16 +0100 Subject: [PATCH] Correct typo in cms --- _cms.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_cms.ts b/_cms.ts index df899e7..9b12d0a 100644 --- a/_cms.ts +++ b/_cms.ts @@ -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",