Hackspace: add links

This commit is contained in:
He4eT 2025-04-01 15:05:57 +02:00
commit ffc7acade6
4 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{
"collectionName": "components_hackspace_links",
"info": {
"displayName": "Link",
"icon": "link"
},
"options": {},
"attributes": {
"name": {
"type": "string",
"required": true
},
"description": {
"type": "text"
},
"url": {
"type": "string",
"required": true
}
}
}