summaryrefslogtreecommitdiff
path: root/provider_base/provider.json
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-04-03 11:20:57 -0700
committerelijah <elijah@riseup.net>2013-04-03 11:20:57 -0700
commit710e4dd1826f4c98c787108a048fd679cc990d67 (patch)
treef26744efdb9168314247a139004129f804f8b518 /provider_base/provider.json
parent82db11a2efdd0d543b56c99a80cad4ffd90d5ba9 (diff)
added contacts.english for when you need a descriptive contact rather than an email address contact.
Diffstat (limited to 'provider_base/provider.json')
-rw-r--r--provider_base/provider.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/provider_base/provider.json b/provider_base/provider.json
index cf1baac6..e698b5dd 100644
--- a/provider_base/provider.json
+++ b/provider_base/provider.json
@@ -8,7 +8,8 @@
"en": "REQUIRED"
},
"contacts": {
- "default": "REQUIRED"
+ "default": "REQUIRED",
+ "english": "= contacts.default.split('@').join(' at the domain ')"
},
"languages": ["en"],
"default_language": "en",