mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-05 01:47:24 +00:00
Hackspace: add linked_spaces
This commit is contained in:
parent
14d08cd7b2
commit
1708cda514
4 changed files with 35 additions and 0 deletions
|
|
@ -67,6 +67,11 @@
|
|||
"type": "component",
|
||||
"repeatable": true,
|
||||
"component": "membership.plans"
|
||||
},
|
||||
"linked_spaces": {
|
||||
"type": "component",
|
||||
"repeatable": true,
|
||||
"component": "hackspace.linked-space"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
16
src/components/hackspace/linked-space.json
Normal file
16
src/components/hackspace/linked-space.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"collectionName": "components_hackspace_linked_spaces",
|
||||
"info": {
|
||||
"displayName": "Linked Space",
|
||||
"icon": "alien"
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"endpoint": {
|
||||
"type": "string"
|
||||
},
|
||||
"website": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue