summaryrefslogtreecommitdiff
path: root/includes/contactmethods.json
diff options
context:
space:
mode:
Diffstat (limited to 'includes/contactmethods.json')
-rw-r--r--includes/contactmethods.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/includes/contactmethods.json b/includes/contactmethods.json
new file mode 100644
index 0000000..f8140bf
--- /dev/null
+++ b/includes/contactmethods.json
@@ -0,0 +1,30 @@
+{
+ "discord": {
+ "name": "Discord",
+ "adapter": null
+ },
+ "twitter": {
+ "name": "Twitter",
+ "adapter": "twitter-tag-to-id"
+ },
+ "email": {
+ "name": "Email",
+ "adapter": null
+ },
+ "website": {
+ "name": "Website",
+ "adapter": null
+ },
+ "phone": {
+ "name": "Phone",
+ "adapter": null
+ },
+ "reddit": {
+ "name": "Reddit",
+ "adapter": null
+ },
+ "mastodon": {
+ "name": "Mastodon",
+ "adapter": null
+ }
+}