Mailspring/internal_packages/composer-mail-merge/package.json
Juan Tejada 021eac7679 feat(mail-merge): Add mail merge plugin
Summary:
Adds Mail Merge Plugin
- Adds new table components to component kit
- Adds new extension points to allow dragging and dropping into composer contenteditable and participant fields and customizing participant fields
- Adds new decorators and other misc updates
- #1608

Test Plan: TODO

Reviewers: bengotow, evan

Reviewed By: bengotow, evan

Differential Revision: https://phab.nylas.com/D2895
2016-04-22 18:29:07 -07:00

21 lines
424 B
JSON

{
"name": "composer-mail-merge",
"title":"Mail Merge",
"description": "The easiest way to merge mail",
"main": "./lib/main",
"version": "0.1.0",
"appId": {
"production": "dhswok21e1i115pxzykh9yv5y",
"staging": "someid"
},
"engines": {
"nylas": ">=0.4.0"
},
"icon": "./icon.png",
"isOptional": true,
"windowTypes": {
"default": true,
"composer": true
},
"license": "GPL-3.0"
}