Copied to clipboard

Flag this post as spam?

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


  • pbl_dk 150 posts 551 karma points
    Aug 20, 2019 @ 18:57
    pbl_dk
    0

    Change Dashboard Access

    Hi There. I would like to change the access for the editor, so they see the Umbraco news page when they log on. I can't find the setting anywhere, since dashboard.config is gone in U8.

    Where can I find the setting?

    /Cheers.

  • Shaishav Karnani from digitallymedia.com 354 posts 1638 karma points
    Aug 20, 2019 @ 20:15
    Shaishav Karnani from digitallymedia.com
    100

    Hi

    For better maintenance they have broken it down for custom dashboard. You can register your own dashboard. This link is good a reference point.

    https://our.umbraco.com/documentation/Extending/Dashboards/

    Regards,

    Shaishav

  • pbl_dk 150 posts 551 karma points
    Aug 21, 2019 @ 10:56
    pbl_dk
    0

    Hi Shaishav,

    Ok, thanks for the reply, I'll make it that way.

    /Peter

  • pbl_dk 150 posts 551 karma points
    Aug 21, 2019 @ 12:16
    pbl_dk
    0

    It was actually pretty easy.

    Just made a package.manifest in app_plugin. Made a link to the angular-view (/Umbraco/Views/dashboard/default/StartupDashboardIntro.html). That was it.

    {
        "dashboards":  [
            {
                "alias": "Welcome to Umbraco CMS",
                "view":  "/Umbraco/Views/dashboard/default/StartupDashboardIntro.html",
                "sections": [ "content" ],
                "weight": -10            
            }
        ]
    }
    
Please Sign in or register to post replies

Write your reply to:

Draft