Migration datamodels !
This commit is contained in:
20
templates/item-hubris-sheet.hbs
Normal file
20
templates/item-hubris-sheet.hbs
Normal file
@@ -0,0 +1,20 @@
|
||||
<section class="{{cssClass}}" autocomplete="off">
|
||||
|
||||
{{> systems/fvtt-wasteland/templates/partial-item-header.hbs this}}
|
||||
|
||||
{{> systems/fvtt-wasteland/templates/partial-item-nav.hbs this}}
|
||||
|
||||
{{> systems/fvtt-wasteland/templates/partial-item-description.hbs this}}
|
||||
|
||||
<div class="sheet-body" data-group="primary" data-tab="details">
|
||||
<div class="item-details">
|
||||
<div class="form-group">
|
||||
<label>Type</label>
|
||||
<select name="system.hubristype" data-dtype="String">
|
||||
{{selectOptions config.hubrisType selected=system.hubristype}}
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
Reference in New Issue
Block a user