How can I get other plugin's option in my plugin?
I'm building a plugin to extend organization plugin. I want to get organizationOptions so I can handle other stuff in the plugin. How can I achieve that? I tried
but that didn't work even though organization plugin is setup correctly...
5 Replies
you can import the org options interface as well -
I don't want the interface. I want the actual options itself. For example:
I set up organization plugin with these options:
I want to access to access them in other plugin. How can I do such thing?
Not every plugin exposes its options. Including the org plugin. Unless you're planning to publish it, get or pass the options manually.
I just passed that so that you can extend on it through. But they are not exposing to each other as beka said
How can I get or pass the options manually? should I just pass it like that: