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 ![]()
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 ![]()