There was an error while loading. Please reload this page.
1 parent d95ab27 commit 5dc6828Copy full SHA for 5dc6828
docusaurus/docs/dev-docs/api/plugins/server-api.md
@@ -110,7 +110,7 @@ module.exports = () => ({
110
Once defined, the configuration can be accessed:
111
112
- with `strapi.plugin('plugin-name').config('some-key')` for a specific configuration property,
113
-- or with `strapi.config.get('plugin.plugin-name')` for the whole configuration object.
+- or with `strapi.config.get('plugin::plugin-name')` for the whole configuration object.
114
115
## Cron
116
0 commit comments