Skip to content

Commit

Permalink
Dashboard - moved YouTube link to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
leekelleher committed Nov 27, 2022
1 parent fd6be36 commit 4507af1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,6 @@ <h5 class="mt0">Tree dashboard</h5>
</umb-box-content>
</umb-box>

<div class="umb-box">
<div class="umb-box-header">
<div class="umb-box-header-title">
<a href="https://www.youtube.com/playlist?list=PL8grlRt7-8oVULPYJpqido5QItRsJBt3M" target="_blank" rel="noopener">
Video demonstrations, guides and tutorials about Contentment on YouTube
</a>
</div>
<a href="https://www.youtube.com/playlist?list=PL8grlRt7-8oVULPYJpqido5QItRsJBt3M" target="_blank" rel="noopener">
<umb-icon icon="medium icon-fa fa-youtube" class="icon medium mr0"></umb-icon>
</a>
</div>
</div>

</div>

<div class="umb-package-details__sidebar">
Expand Down
6 changes: 6 additions & 0 deletions src/Umbraco.Community.Contentment/Web/UI/backoffice.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ angular.module("umbraco").controller("Umbraco.Community.Contentment.Tree.Control
description: "How to use each of the property editors.",
url: "https://github.com/leekelleher/umbraco-contentment/tree/master/docs"
},
{
icon: "icon-fa fa-youtube",
name: "Video demonstrations",
description: "Demos, guides and tutorials on YouTube.",
url: "https://www.youtube.com/playlist?list=PL8grlRt7-8oVULPYJpqido5QItRsJBt3M"
},
{
icon: "icon-fa fa-fw fa-comments-o",
name: "Support forum",
Expand Down

0 comments on commit 4507af1

Please sign in to comment.