Copied to clipboard

Flag this post as spam?

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


  • Bendik Engebretsen 105 posts 202 karma points
    Oct 13, 2016 @ 12:11
    Bendik Engebretsen
    0

    Unable to remove custom section in backoffice

    I have created a custom section for the backoffice in my Umbraco 7 site. (Followed the receipe in this article). Now I want to change its name and icon, but this doesn't seem to happen.

    I have modified the Umbraco.Web.Trees.Tree and PluginController attributes in my Controller class, the Application attribute in my IApplication derived class and the key alias under

    Has anyone seen this problem and knows how to get these changes to apply in the backoffice?

  • Comment author was deleted

    Oct 13, 2016 @ 12:12

    Try removing the entry from the /config/sections.config

  • Bendik Engebretsen 105 posts 202 karma points
    Oct 13, 2016 @ 12:21
    Bendik Engebretsen
    0

    Thanks Tim! I found it in the applications.config file. Once I removed my section from there, the change sticked and the applications.config was updated!

  • Comment author was deleted

    Oct 13, 2016 @ 12:22

    ah yes applications.config not sections.config :) great!

  • Amna Butt 20 posts 140 karma points
    Apr 20, 2017 @ 10:06
    Amna Butt
    0

    How to remove it by code like we adding by code:

    public class CustomApplication :IApplication {

    }

Please Sign in or register to post replies

Write your reply to:

Draft