How to use Custom Plugin's config value?

Hey @muammer_keles, you can fetch the config value from plugins using the below method provided by strapi

const { fieldName } = strapi.config.get("plugin.plugin-name")

Hope this helps you :slight_smile:

1 Like