mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
registration things
This commit is contained in:
parent
a0f1441373
commit
e1d89999d7
5 changed files with 17 additions and 2 deletions
7
templates/sheets/rollTable/summary.hbs
Normal file
7
templates/sheets/rollTable/summary.hbs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<section class="tab{{#if tab.active}} active{{/if}}" data-group="{{tab.group}}" data-tab="{{tab.id}}">
|
||||
NEW TABLE TEST
|
||||
{{formGroup fields.description value=source.description rootId=rootId}}
|
||||
{{formGroup fields.formula value=source.formula placeholder=formulaPlaceholder rootId=rootId}}
|
||||
{{formGroup fields.replacement value=source.replacement rootId=rootId}}
|
||||
{{formGroup fields.displayRoll value=source.displayRoll rootId=rootId}}
|
||||
</section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue