v10 migration
This commit is contained in:
@@ -16,16 +16,16 @@
|
||||
<div class="tab details" data-group="primary" data-tab="details">
|
||||
<ul>
|
||||
<li class="flexrow"><label class="generic-label">Add feat die ?</label>
|
||||
<label class="attribute-value checkbox"><input type="checkbox" name="data.isfeatdie" {{checked data.isfeatdie}}/></label>
|
||||
<label class="attribute-value checkbox"><input type="checkbox" name="system.isfeatdie" {{checked data.isfeatdie}}/></label>
|
||||
</li>
|
||||
|
||||
<li class="flexrow"><label class="generic-label">Add SL ?</label>
|
||||
<label class="attribute-value checkbox"><input type="checkbox" name="data.issl" {{checked data.issl}}/></label>
|
||||
<label class="attribute-value checkbox"><input type="checkbox" name="system.issl" {{checked data.issl}}/></label>
|
||||
</li>
|
||||
|
||||
{{#if data.issl}}
|
||||
<li class="flexrow"><label class="generic-label">SL value</label>
|
||||
<input type="text" class="" name="data.sl" value="{{data.sl}}" data-dtype="Number"/>
|
||||
<input type="text" class="" name="data.sl" value="{{system.sl}}" data-dtype="Number"/>
|
||||
</li>
|
||||
{{/if}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user