Hackspace: add projects

This commit is contained in:
He4eT 2025-04-01 13:07:38 +02:00
commit ae1b629c86
4 changed files with 32 additions and 0 deletions

View file

@ -52,6 +52,11 @@
"type": "component",
"repeatable": false,
"component": "hackspace.feed-list"
},
"projects": {
"type": "component",
"repeatable": true,
"component": "hackspace.project"
}
}
}

View file

@ -0,0 +1,14 @@
{
"collectionName": "components_hackspace_projects",
"info": {
"displayName": "Project",
"icon": "apps"
},
"options": {},
"attributes": {
"url": {
"type": "string",
"required": true
}
}
}