mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-05 09:57:25 +00:00
Hackspace: add linked_spaces
This commit is contained in:
parent
14d08cd7b2
commit
1708cda514
4 changed files with 35 additions and 0 deletions
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