Add support for the tabs in the two contentful Actor sheets
This commit is contained in:
parent
76d8f3675c
commit
40f0e1ea2c
11 changed files with 120 additions and 5 deletions
|
|
@ -1,4 +1,8 @@
|
|||
<div class="content">
|
||||
<div
|
||||
class="content tab {{ifThen tabActive "active" ""}}"
|
||||
data-group="primary"
|
||||
data-tab="content"
|
||||
>
|
||||
{{#if editable}}
|
||||
<prose-mirror
|
||||
class="actor-text"
|
||||
|
|
|
|||
7
templates/PlayerSheet/item-lists.hbs
Normal file
7
templates/PlayerSheet/item-lists.hbs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<div
|
||||
class="tab {{ifThen tabActive "active" ""}}"
|
||||
data-group="primary"
|
||||
data-tab="items"
|
||||
>
|
||||
Item Tab Content Here
|
||||
</div>
|
||||
1
templates/PlayerSheet/item.hbs
Normal file
1
templates/PlayerSheet/item.hbs
Normal file
|
|
@ -0,0 +1 @@
|
|||
<div></div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue