Spot the link / entityClass error!

This commit is contained in:
Professor Bunbury 2020-10-23 12:36:42 -04:00
parent 441342b7e9
commit de52576408
53 changed files with 6102 additions and 223 deletions

View file

@ -26,6 +26,7 @@
<nav class="sheet-navigation tabs" data-group="primary">
<a class="item active" data-tab="description">{{ localize "SW5E.Description" }}</a>
<a class="item" data-tab="details">{{ localize "SW5E.Details" }}</a>
<a class="item" data-tab="archetypes">{{ localize "SW5E.Archetypes" }}</a>
</nav>
{{!-- Item Sheet Body --}}
@ -38,7 +39,12 @@
{{!-- Details Tab --}}
<div class="tab details" data-group="primary" data-tab="details">
{{!-- Class Levels Table and Features --}}
{{editor content=data.classFeatures.value target="data.classFeatures.value" button=true owner=owner editable=editable}}
</div>
<!-- {{{data.classFeatures.value}}} -->
<!--
{{!-- Class Levels --}}
<div class="form-group">
<label>{{ localize "SW5E.ClassLevels" }}</label>
@ -113,10 +119,20 @@
</ul>
</div>
</div>
<<<<<<< Updated upstream
{{!-- Granted Abilities (TODO) --}}
<h3 class="form-header">{{ localize "SW5E.GrantedAbilities" }}</h3>
<p class="notification warning">This is still to-do</p>
</div>
=======
-->
{{!-- Archetypes Tab --}}
<div class="tab flexrow active" data-group="primary" data-tab="archetypes">
{{editor content=data.atFlavorText.value target="data.atFlavorText.value" button=true owner=owner editable=editable}}
</div>
>>>>>>> Stashed changes
</section>
</form>