DEV Community

Arif
Arif

Posted on

1

Sitecore - Add custom button in Launchpad

Introduction

Today I am going to show you how to add a custom launch button in the launchpad of Sitecore. It is quite straightforward for the Sitecore expert. If you find it so silly, you might skip this article.

Alt Text

Adding Launch Button

Button and other core stuffs are part of Sitecore Core database. The easiest way is, go to "Content Editor" in core. I always use "sc_content=core" query string in Content Editor URL.

Alt Text

Go to "/sitecore/client/Applications/Launchpad/PageSettings/Buttons/"
You will see there is a group as below:

Alt Text

Now, right click any of the groups and select "Insert - Launch-Button".
You can then fill the button item property as you need as below:

Alt Text

Text : The text you want to display in the Launchpad button
Open Icon : You can select a icon from the thousands of icon options.
Link : You application link. If it's Sitecore Item, then you can use item path as shown in the image above
Open in new tab : If you want your application to be opened in a separate tab
Open in frame : If you want your application to be opened in a iframe.

That's all. Hope you now will create your own Launch button as discussed here. Let me know your thoughts

Arif
https://www.linkedin.com/in/mdarifuzzaman/

Speedy emails, satisfied customers

Postmark Image

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay