Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docusaurus/docs/cms/plugins-development/server-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export default {
Once defined, the configuration can be accessed:

- with `strapi.plugin('plugin-name').config('some-key')` for a specific configuration property,
- 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.

:::tip
Run `yarn strapi console` or `npm run strapi console` to access the strapi object in a live console.
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/static/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10662,7 +10662,7 @@ The [destroy](/cms/configurations/functions#destroy) lifecycle function is calle
Once defined, the configuration can be accessed:

- with `strapi.plugin('plugin-name').config('some-key')` for a specific configuration property,
- 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.

:::tip
Run `yarn strapi console` or `npm run strapi console` to access the strapi object in a live console.
Expand Down