add new property to car

This commit is contained in:
Schneider Roland
2024-12-30 18:14:53 +01:00
parent ed6e5089ec
commit 6fb0ed5a89
2 changed files with 7 additions and 1 deletions

View File

@@ -4,7 +4,8 @@
"info": {
"singularName": "car",
"pluralName": "cars",
"displayName": "car"
"displayName": "car",
"description": ""
},
"options": {
"draftAndPublish": true
@@ -13,6 +14,9 @@
"attributes": {
"name": {
"type": "string"
},
"description": {
"type": "text"
}
}
}