How to implement a plugin to get settings about another plugin
已回答
for example , I make two plugins, plugin A create a setting about a file path,how can I get the path in plugin B
请先登录再写评论。
In plugin B, set the dependency to plugin A, which is supposed to provide a project/application service with such a setting exposed you could use in plugin B.
Thanks