Hackspace: add spacefed

This commit is contained in:
He4eT 2025-03-31 18:03:25 +02:00
commit 1173236c07
2 changed files with 23 additions and 0 deletions

View file

@ -37,6 +37,11 @@
"type": "component", "type": "component",
"repeatable": false, "repeatable": false,
"component": "hackspace.location" "component": "hackspace.location"
},
"spacefed": {
"type": "component",
"repeatable": false,
"component": "hackspace.spacefed"
} }
} }
} }

View 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
}
}
}