How to implement a plugin to get settings about another plugin Follow
Answered
for example , I make two plugins, plugin A create a setting about a file path,how can I get the path in plugin B
Please sign in to leave a comment.
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