Is it possible to add link to plugin in back office ?
Hello, I am developing umbraco plugin and it's working well.
Plugin url is site/plugin.
Now I want to add link to this plugin from back office. For example:
Yes, I can add new section:
[Application("plugin", "Plugin", "icon-book color-orange", 15)]
public class PluginSection : IApplication
{
}
But link in this section will be: site/umbraco/plugin. And this new section will try to open tree view - I don't need this functionality.
I just want to add simple link:
Is it possible to add link to plugin in back office ?
Hello, I am developing umbraco plugin and it's working well. Plugin url is site/plugin. Now I want to add link to this plugin from back office. For example:
Yes, I can add new section:
But link in this section will be: site/umbraco/plugin. And this new section will try to open tree view - I don't need this functionality. I just want to add simple link:
is working on a reply...