add zig build for compendium packs
move document types from template.json into system.json change Talents into Items add rolls for Talents change the fallback language to german
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<div class="editable-input editable-{{type}} {{class}}">
|
||||
{{#if (eq type "checkbox")}}
|
||||
<input type="checkbox" name="{{name}}" {{checked value}}>
|
||||
<input type="checkbox" name="{{name}}" data-name="{{data-name}}" {{checked value}}>
|
||||
{{else}}
|
||||
<input type="{{type}}" name="{{name}}" value="{{value}}" placeholder="{{placeholder}}">
|
||||
<input type="{{type}}" name="{{name}}" data-name="{{data-name}}" value="{{value}}" placeholder="{{placeholder}}">
|
||||
{{/if}}
|
||||
|
||||
{{#if placeholder}}
|
||||
|
||||
Reference in New Issue
Block a user