Item first iteration style, added item infos and value

This commit is contained in:
Mandar
2020-12-22 01:28:48 +01:00
parent 78079e2288
commit 82f3acb91e
19 changed files with 352 additions and 315 deletions

View File

@@ -0,0 +1,11 @@
{{!-- infos --}}
<article class="infos" data-group="primary" data-tab="description">
<fieldset>
<legend class="text-block-header">{{ localize 'l5r5e.description' }}</legend>
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</fieldset>
<label class="reference">
{{ localize 'l5r5e.book_reference' }}
<input type="text" name="data.book_reference" value="{{data.book_reference}}" />
</label>
</article>