Hackspace: add linked_spaces

This commit is contained in:
He4eT 2025-04-01 19:29:30 +02:00
commit 1708cda514
4 changed files with 35 additions and 0 deletions

View file

@ -67,6 +67,11 @@
"type": "component",
"repeatable": true,
"component": "membership.plans"
},
"linked_spaces": {
"type": "component",
"repeatable": true,
"component": "hackspace.linked-space"
}
}
}

View file

@ -0,0 +1,16 @@
{
"collectionName": "components_hackspace_linked_spaces",
"info": {
"displayName": "Linked Space",
"icon": "alien"
},
"options": {},
"attributes": {
"endpoint": {
"type": "string"
},
"website": {
"type": "string"
}
}
}