Add the sidebar for the module
This commit is contained in:
parent
dc3224fb6a
commit
1d58317346
6 changed files with 127 additions and 0 deletions
17
templates/ArtSidebar/artists.hbs
Normal file
17
templates/ArtSidebar/artists.hbs
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<section>
|
||||
<h4 class="divider">Artists</h4>
|
||||
<button
|
||||
type="button"
|
||||
data-action="openApp"
|
||||
data-app="ArtistList"
|
||||
>
|
||||
View All
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
data-action="openApp"
|
||||
data-app="ArtistApp"
|
||||
>
|
||||
Add New
|
||||
</button>
|
||||
</section>
|
||||
18
templates/ArtSidebar/tokens.hbs
Normal file
18
templates/ArtSidebar/tokens.hbs
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<section>
|
||||
<h4 class="divider">Tokens</h4>
|
||||
<button
|
||||
type="button"
|
||||
data-action="openApp"
|
||||
data-app="ArtBrowser"
|
||||
data-select-mode="multi"
|
||||
>
|
||||
View All
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
data-action="openApp"
|
||||
data-app="ImageApp"
|
||||
>
|
||||
Add New
|
||||
</button>
|
||||
</section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue