[local-private] Disable mail merge, scheduler, send later, reminders

This commit is contained in:
Evan Morikawa 2017-01-06 15:37:18 -08:00
parent 6f54d9fa6a
commit 33080805e3
4 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,7 @@
"title":"Mail Merge",
"description": "Send personalized emails at scale using CSV-formatted data.",
"main": "./lib/main",
"isHiddenOnPluginsPage": true,
"version": "0.1.0",
"engines": {
"nylas": "*"

View file

@ -3,6 +3,7 @@
"title":"Scheduler",
"description": "Add event invites to emails easily.",
"main": "./lib/main",
"isHiddenOnPluginsPage": true,
"version": "0.1.0",
"serverUrl": {
"development": "http://localhost:5009",

View file

@ -3,6 +3,7 @@
"version": "1.0.0",
"title": "Send Later",
"description": "Choose to send emails at a specified time in the future.",
"isHiddenOnPluginsPage": true,
"icon": "./icon.png",
"main": "lib/main",
"supportedEnvs": ["development", "staging", "production"],

View file

@ -3,6 +3,7 @@
"version": "1.0.0",
"title": "Send Reminders",
"description": "Get reminded if you don't receive a reply for a message within a specified time in the future",
"isHiddenOnPluginsPage": true,
"icon": "./icon.png",
"main": "lib/main",
"supportedEnvs": ["development", "staging", "production"],