registration things

This commit is contained in:
Nikhil Nagarajan 2026-01-14 17:00:40 -05:00
parent a0f1441373
commit e1d89999d7
5 changed files with 17 additions and 2 deletions

View 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>