docs: add section on plugin keywords (#11187)

This commit is contained in:
Shahed Nasser
2025-01-28 11:07:52 +02:00
committed by GitHub
parent 59cbc0ec77
commit a539907ff9
2 changed files with 13 additions and 1 deletions
@@ -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