forked from GitHub-Mirrors/foundry-sw5e
Keep fields from being wiped out
updated the template.json to have the fields that were being wiped out. If they don't exist they will be removed when moving to/from a compendium and when duplicating the item.
This commit is contained in:
parent
20f47110cd
commit
9de6a8f5c0
3 changed files with 76 additions and 17 deletions
|
@ -19,7 +19,7 @@
|
|||
<input type="text" name="data.className" value="{{data.className}}" placeholder="{{ localize 'SW5E.ClassName' }}"/>
|
||||
</li>
|
||||
<li style="width: 275px;">
|
||||
<input type="text" name="data.classCasterType" value="{{data.classCasterType}}" />
|
||||
<input type="text" name="data.classCasterType" value="{{data.classCasterType}}" placeholder="{{ localize 'SW5E.ClassCasterType' }}"/>
|
||||
</li>
|
||||
<li style="width: 75px;">
|
||||
<input type="text" name="data.source" value="{{data.source}}" placeholder="{{ localize 'SW5E.Source' }}"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue