mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-05 01:47:24 +00:00
30 lines
615 B
JSON
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"
|
|
}
|
|
}
|
|
}
|