mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-05 01:47:24 +00:00
Hackspace: add feeds
This commit is contained in:
parent
4a1bbe106c
commit
f0d1269d21
4 changed files with 64 additions and 0 deletions
|
|
@ -47,6 +47,11 @@
|
|||
"type": "component",
|
||||
"repeatable": true,
|
||||
"component": "hackspace.camera"
|
||||
},
|
||||
"feeds": {
|
||||
"type": "component",
|
||||
"repeatable": false,
|
||||
"component": "hackspace.feed-list"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
30
src/components/hackspace/feed-list.json
Normal file
30
src/components/hackspace/feed-list.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue