simple-spaceapi/src/components/hackspace/feed-list.json
2025-04-01 13:03:19 +02:00

30 lines
615 B
JSON

{
"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"
}
}
}