You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/docs/cms/admin-panel-customization/extension.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ There are 2 use cases where you might want to extend the admin panel:
34
34
Starting with a direct customization in `/src/admin/app` is the right default for project-specific needs. Consider moving to a plugin-based approach when one or more of these signals appear:
35
35
36
36
- You are duplicating the same admin customization across several Strapi projects.
37
-
- You want to version and distribute the extension — either internally or through the [Strapi Marketplace](https://market.strapi.io/).
37
+
- You want to version and distribute the extension — either internally or through the <ExternalLinktext="Strapi Marketplace"to="https://market.strapi.io/"/>.
38
38
- You need stronger automated testing independent from a single project codebase.
39
39
- Multiple teams need shared ownership and release management for the same extension.
0 commit comments