simple-spaceapi/src/components/hackspace/project.json
2025-04-01 13:07:38 +02:00

14 lines
228 B
JSON

{
"collectionName": "components_hackspace_projects",
"info": {
"displayName": "Project",
"icon": "apps"
},
"options": {},
"attributes": {
"url": {
"type": "string",
"required": true
}
}
}