Skip to content

Commit 694de10

Browse files
committed
🎨 Add field disabledInPublish to the marketplace plugin package metadata to indicate whether it is disabled in the publishing service siyuan-note/siyuan#11730
1 parent a745f06 commit 694de10

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ conveniently.
8383
* `url`: Plugin repo URL
8484
* `version`: Plugin version number, it is recommended to follow the [semver](https://semver.org/) specification
8585
* `minAppVersion`: Minimum version number of SiYuan required to use this plugin
86+
* `disabledInPublish`: Whether to diable the plugin in publish service
8687
* `backends`: Backend environment required by the plugin, optional values are `windows`, `linux`, `darwin`, `docker`, `android`, `ios`, `harmony` and `all`
8788
* `windows`: Windows desktop
8889
* `linux`: Linux desktop

README_zh_CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
* `url`:插件仓库地址
7878
* `version`:插件版本号,建议遵循 [semver](https://semver.org/lang/zh-CN/) 规范
7979
* `minAppVersion`:插件支持的最低思源笔记版本号
80+
* `disabledInPublish`:使用发布服务时是否禁用该插件,默认为 false
8081
* `backends`:插件需要的后端环境,可选值为 `windows`, `linux`, `darwin`, `docker`, `android`, `ios`, `harmony` and `all`
8182
* `windows`:Windows 桌面端
8283
* `linux`:Linux 桌面端

0 commit comments

Comments
 (0)