mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-05 01:47:24 +00:00
Hackspace: add spacefed
This commit is contained in:
parent
4d3e56d3c3
commit
1173236c07
2 changed files with 23 additions and 0 deletions
|
|
@ -37,6 +37,11 @@
|
|||
"type": "component",
|
||||
"repeatable": false,
|
||||
"component": "hackspace.location"
|
||||
},
|
||||
"spacefed": {
|
||||
"type": "component",
|
||||
"repeatable": false,
|
||||
"component": "hackspace.spacefed"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
18
src/components/hackspace/spacefed.json
Normal file
18
src/components/hackspace/spacefed.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"collectionName": "components_hackspace_spacefeds",
|
||||
"info": {
|
||||
"displayName": "spacefed",
|
||||
"icon": "globe"
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"spacenet": {
|
||||
"type": "boolean",
|
||||
"required": true
|
||||
},
|
||||
"spacesaml": {
|
||||
"type": "boolean",
|
||||
"required": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue