-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.json
32 lines (30 loc) · 958 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"countdown": {
"year": 2013,
"month": 8,
"day": 1,
"hour": 0,
"minute": 0,
"second": 0
},
"subscription_form_tooltips": {
"success": "You have been subscribed!",
"default_error": "Error! Please, contact administration",
"empty_email": "Please, enter your email",
"invalid_email": "Email is invalid. Please, enter valid email address",
"already_subscribed": "You are already subscribed"
},
"email_settings": {
"email": "email@example.com",
"name": "Almighty Mailer",
"subscription_emails": {
"enabled": true,
"subject": "You have been subscribed to awesome news",
"message": "Thank you for your interest."
},
"notification_emails": {
"subject": "We have launched our awesome site!",
"message": "Please, visit http://example.com."
}
}
}