corrected object tag properties
This commit is contained in:
@@ -8,5 +8,10 @@
|
||||
<li class="item-edit" title="{{localize 'l5r5e.global.edit'}}"><i class="fas fa-edit"></i></li>
|
||||
<li class="item-delete" title="{{localize 'l5r5e.global.delete'}}"><i class="fas fa-trash"></i></li>
|
||||
</ul>
|
||||
<div class="item-description">{{{ item.data.properties }}}</div>
|
||||
<div class="item-properties">
|
||||
{{#each item.data.properties as |property id|}}
|
||||
{{{ property.name }}}
|
||||
{{/each}}
|
||||
</div>
|
||||
<div class="item-description">{{{ item.data.description }}}</div>
|
||||
</li>
|
||||
@@ -56,7 +56,7 @@
|
||||
|
||||
<fieldset>
|
||||
<legend class="text-block-header">{{ localize 'l5r5e.properties' }}</legend>
|
||||
<!-- TODO data.properties a faire en dnd avec les items de type "property" -->
|
||||
{{> 'systems/l5r5e/templates/items/property/properties.html' properties=data.propertiesList }}
|
||||
</fieldset>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user