Skip to content

Commit e56e987

Browse files
committed
Refactor plugin system: update JSON schema, move logic to engine, and adjust TypeScript usage
1 parent 2f8aa3c commit e56e987

File tree

5 files changed

+416
-412
lines changed

5 files changed

+416
-412
lines changed

content/docs/references/system/plugin.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ const result = PluginSchema.parse(data);
2727

2828
| Property | Type | Required | Description |
2929
| :--- | :--- | :--- | :--- |
30-
| **id** | `string` | | Unique Plugin ID (e.g. com.example.crm) |
31-
| **version** | `string` | | Semantic Version |
30+
| **id** | `string` | optional | Unique Plugin ID (e.g. com.example.crm) |
31+
| **version** | `string` | optional | Semantic Version |
3232
| **description** | `string` | optional | |
3333
| **author** | `string` | optional | |
3434
| **homepage** | `string` | optional | |

0 commit comments

Comments
 (0)