Hackspace: add feeds

This commit is contained in:
He4eT 2025-04-01 13:03:19 +02:00
commit f0d1269d21
4 changed files with 64 additions and 0 deletions

View file

@ -47,6 +47,11 @@
"type": "component",
"repeatable": true,
"component": "hackspace.camera"
},
"feeds": {
"type": "component",
"repeatable": false,
"component": "hackspace.feed-list"
}
}
}

View file

@ -0,0 +1,30 @@
{
"collectionName": "components_hackspace_feed_lists",
"info": {
"displayName": "Feed List",
"icon": "cast"
},
"options": {},
"attributes": {
"blog": {
"type": "component",
"repeatable": false,
"component": "hackspace.feed"
},
"wiki": {
"type": "component",
"repeatable": false,
"component": "hackspace.feed"
},
"calendar": {
"type": "component",
"repeatable": false,
"component": "hackspace.feed"
},
"flickr": {
"type": "component",
"repeatable": false,
"component": "hackspace.feed"
}
}
}