diff --git a/docs/frontend-system/architecture/03-extensions.md b/docs/frontend-system/architecture/03-extensions.md index 817426d19d..c1cff4d4f2 100644 --- a/docs/frontend-system/architecture/03-extensions.md +++ b/docs/frontend-system/architecture/03-extensions.md @@ -321,14 +321,9 @@ For more information on naming of extension refer to the [naming patterns docume ### Extension Creators in libraries -Extension creators should be exported from library packages (e.g. `*-react`, `*-common`) rather than plugin packages. +Extension creators should be exported from frontend library packages (e.g. `*-react`) rather than plugin packages. - +If an extension is only for in-house tweaks, it's okay to put it in the plugin package. But if you want other open source plugins to use it, or you already have a `-react` package, always put extension creators in the `-react` package. ## Extension Boundary