We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8aa3c commit e56e987Copy full SHA for e56e987
content/docs/references/system/plugin.mdx
@@ -27,8 +27,8 @@ const result = PluginSchema.parse(data);
27
28
| Property | Type | Required | Description |
29
| :--- | :--- | :--- | :--- |
30
-| **id** | `string` | ✅ | Unique Plugin ID (e.g. com.example.crm) |
31
-| **version** | `string` | ✅ | Semantic Version |
+| **id** | `string` | optional | Unique Plugin ID (e.g. com.example.crm) |
+| **version** | `string` | optional | Semantic Version |
32
| **description** | `string` | optional | |
33
| **author** | `string` | optional | |
34
| **homepage** | `string` | optional | |
0 commit comments