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

Commit bd72dc5

Browse files
author
Manuel Proß
committed
fix(cms): readd real plural name due to compile error
1 parent 8f3cb0b commit bd72dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"collectionName": "home",
44
"info": {
55
"singularName": "home",
6-
"pluralName": "home",
6+
"pluralName": "homes",
77
"displayName": "home",
88
"description": ""
99
},

0 commit comments

Comments
 (0)