Disable section "Menu Items" in page manager

Is there a possibility to disable the section Menu Items in the page manager?

Since I don’t plan to use the site cake navigation it s obsolete and then, especially in a white label installation, I don’t want the text “There is no site cake menu defined for this website” to show up.

Thanks.

Hi Gary,

not sure how you mean to disable it. You want it not to be displayed? If you don’t mark nav with sc-nav class in your page, user won’t be able to drag any pages into menu section. There is no possibility to hide menu section in pagemanager at the moment, but you are totally right about that message. We will change it in next release.

I’m in the same boat here. I have the whitelabeled version, no need for the sitecake navigation, and am looking for a way to get rid of the “There is no sitecake menu defined”

Anyone have a fix for this?

Hello @PRGary @adrian

I have a solution for hidding the menu item in the page manager :

.sitecake-extra section:nth-child(2) {
    display: none !important;
}

Adding this in a non SC css file (to avoid update overriding) works fine.

Rom, thank you very much!
Sorry I’m sorta late to react, I was too busy on another project that’s done now.