Hackspace: add feed

This commit is contained in:
He4eT 2025-04-01 12:59:01 +02:00
commit 4a1bbe106c

View file

@ -0,0 +1,17 @@
{
"collectionName": "components_hackspace_feeds",
"info": {
"displayName": "Feed",
"icon": "cast"
},
"options": {},
"attributes": {
"type": {
"type": "string"
},
"url": {
"type": "string",
"required": true
}
}
}