mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-06 12:44:30 +08:00
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
21 lines
424 B
JSON
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"
|
|
}
|