Hackspace: init

This commit is contained in:
He4eT 2025-03-27 09:51:46 +01:00
commit 32b6f612c2
5 changed files with 114 additions and 0 deletions

View file

@ -0,0 +1,56 @@
{
"collectionName": "components_hackspace_contacts",
"info": {
"displayName": "Contacts",
"icon": "discuss",
"description": ""
},
"options": {},
"attributes": {
"phone": {
"type": "string"
},
"sip": {
"type": "string"
},
"irc": {
"type": "string"
},
"twitter": {
"type": "string"
},
"mastodon": {
"type": "string"
},
"facebook": {
"type": "string"
},
"identica": {
"type": "string"
},
"foursquare": {
"type": "string"
},
"email": {
"type": "string"
},
"ml": {
"type": "string"
},
"xmpp": {
"type": "string"
},
"issue_mail": {
"type": "string"
},
"gopher": {
"type": "string"
},
"matrix": {
"type": "string"
},
"mumble": {
"type": "string"
}
}
}