mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-05 01:47:24 +00:00
Hackspace: contacts: add keymasters
This commit is contained in:
parent
c993d6f4e5
commit
89de408fe2
2 changed files with 40 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"collectionName": "components_hackspace_contacts",
|
||||
"info": {
|
||||
"displayName": "Contacts",
|
||||
"displayName": "contacts",
|
||||
"icon": "discuss",
|
||||
"description": ""
|
||||
},
|
||||
|
|
@ -51,6 +51,11 @@
|
|||
},
|
||||
"mumble": {
|
||||
"type": "string"
|
||||
},
|
||||
"keymasters": {
|
||||
"type": "component",
|
||||
"repeatable": true,
|
||||
"component": "hackspace.keymaster"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
34
src/components/hackspace/keymaster.json
Normal file
34
src/components/hackspace/keymaster.json
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"collectionName": "components_hackspace_keymasters",
|
||||
"info": {
|
||||
"displayName": "keymaster",
|
||||
"icon": "user"
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"irc_nick": {
|
||||
"type": "string"
|
||||
},
|
||||
"phone": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"twitter": {
|
||||
"type": "string"
|
||||
},
|
||||
"xmpp": {
|
||||
"type": "string"
|
||||
},
|
||||
"mastodon": {
|
||||
"type": "string"
|
||||
},
|
||||
"matrix": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue