mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 23:54:13 +08:00
Merge pull request #79 from digitalmaster/patch-1
Fix Broken link to DraftStoreExtensions.md
This commit is contained in:
commit
abe0e1baac
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ This API allows your package to:
|
||||||
|
|
||||||
- Transform the draft and make additional changes before it is sent.
|
- Transform the draft and make additional changes before it is sent.
|
||||||
|
|
||||||
To create your own composer extensions, subclass {DraftStoreExtension} and override the methods your extension needs.
|
To create your own composer extensions, subclass {DraftStoreExtensions} and override the methods your extension needs.
|
||||||
|
|
||||||
In the sample packages repository, [templates]() is an example of a package which uses a DraftStoreExtension to enhance the composer experience.
|
In the sample packages repository, [templates]() is an example of a package which uses a DraftStoreExtension to enhance the composer experience.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue