Allow items links in editors
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<div class="flexcol">
|
||||
<label class="generic-label">Description</label>
|
||||
<div class="form-group medium-editor">
|
||||
{{editor data.description target="system.description" button=true owner=owner editable=editable}}
|
||||
{{editor description target="system.description" button=true owner=owner editable=editable}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="flexcol">
|
||||
@@ -31,7 +31,7 @@
|
||||
<div class="flexcol">
|
||||
<label class="generic-label">Weakness</label>
|
||||
<div class="form-group small-editor">
|
||||
{{editor data.weakness target="system.weakness" button=true owner=owner editable=editable}}
|
||||
{{editor weakness target="system.weakness" button=true owner=owner editable=editable}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user