Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Oblomingo 2 posts 72 karma points
    Mar 23, 2017 @ 08:14
    Oblomingo
    0

    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: enter image description here

    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:

    <a href='/plugin/' target='_blank' title='Plugin'>Plugin</a>
    
Please Sign in or register to post replies

Write your reply to:

Draft