mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-04 17:37:24 +00:00
Hackspace: add feed
This commit is contained in:
parent
c18112bfe5
commit
4a1bbe106c
1 changed files with 17 additions and 0 deletions
17
src/components/hackspace/feed.json
Normal file
17
src/components/hackspace/feed.json
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"collectionName": "components_hackspace_feeds",
|
||||||
|
"info": {
|
||||||
|
"displayName": "Feed",
|
||||||
|
"icon": "cast"
|
||||||
|
},
|
||||||
|
"options": {},
|
||||||
|
"attributes": {
|
||||||
|
"type": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"url": {
|
||||||
|
"type": "string",
|
||||||
|
"required": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue