Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 66579b0

Browse files
author
Manuel Proß
committed
fix(cms): readd collection name, change plural name to singular string value
1 parent b87dc63 commit 66579b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cms/src/api/home/content-types/home/schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"kind": "singleType",
3+
"collectionName": "home",
34
"info": {
45
"singularName": "home",
5-
"pluralName": "homes",
6+
"pluralName": "home",
67
"displayName": "home",
78
"description": ""
89
},

0 commit comments

Comments
 (0)