diff --git a/src/components/hackspace/feed.json b/src/components/hackspace/feed.json new file mode 100644 index 0000000..82010e2 --- /dev/null +++ b/src/components/hackspace/feed.json @@ -0,0 +1,17 @@ +{ + "collectionName": "components_hackspace_feeds", + "info": { + "displayName": "Feed", + "icon": "cast" + }, + "options": {}, + "attributes": { + "type": { + "type": "string" + }, + "url": { + "type": "string", + "required": true + } + } +}