docs: add section on plugin keywords (#11187)
This commit is contained in:
@@ -60,6 +60,18 @@ For example:
|
||||
}
|
||||
```
|
||||
|
||||
In addition, make sure that the `keywords` field in `package.json` includes the keyword `medusa-plugin` and `medusa-v2`. This helps Medusa list community plugins on the Medusa website:
|
||||
|
||||
```json title="package.json"
|
||||
{
|
||||
"keywords": [
|
||||
"medusa-plugin",
|
||||
"medusa-v2"
|
||||
],
|
||||
// ...
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 3. Publish Plugin Locally for Development and Testing
|
||||
|
||||
@@ -109,7 +109,7 @@ export const generatedEditDates = {
|
||||
"app/learn/installation/page.mdx": "2025-01-27T08:45:19.029Z",
|
||||
"app/learn/fundamentals/data-models/check-constraints/page.mdx": "2024-12-06T14:34:50.384Z",
|
||||
"app/learn/fundamentals/module-links/link/page.mdx": "2025-01-06T09:27:25.604Z",
|
||||
"app/learn/fundamentals/plugins/create/page.mdx": "2025-01-22T10:14:47.933Z",
|
||||
"app/learn/fundamentals/plugins/create/page.mdx": "2025-01-28T07:08:05.418Z",
|
||||
"app/learn/fundamentals/plugins/page.mdx": "2025-01-22T10:14:10.433Z",
|
||||
"app/learn/customization/reuse-customizations/page.mdx": "2025-01-22T10:01:57.665Z",
|
||||
"app/learn/fundamentals/workflows/store-executions/page.mdx": "2025-01-27T08:45:19.028Z",
|
||||
|
||||
Reference in New Issue
Block a user