1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Generator: Better handling of external scripts

This commit is contained in:
Laurent Cozic
2021-01-08 16:31:11 +00:00
parent 16788d1437
commit ebbaa5177b
7 changed files with 81 additions and 112 deletions

View File

@@ -11,7 +11,6 @@ Name | Type | Required? | Description
`description` | string | No | Detailed description of the plugin.
`author` | string | No | Plugin author name.
`homepage_url` | string | No | Homepage URL of the plugin. It can also be, for example, a link to a GitHub repository.
`content_scripts` | string[] | No | List of [content scripts](https://github.com/laurent22/joplin/blob/dev/packages/generator-joplin/README.md#content-scripts) used by the plugin.
## Manifest example