51 lines
1.1 KiB
HTML
51 lines
1.1 KiB
HTML
<div>
|
|
<div class="property">
|
|
<label for="{{meta.idp}}-key">
|
|
{{ localize "taf.misc.attribute.key.label" }}
|
|
</label>
|
|
<input
|
|
type="text"
|
|
id="{{meta.idp}}-key"
|
|
name="system.key"
|
|
value="{{system.key}}"
|
|
>
|
|
<p class="hint">
|
|
{{ localize "taf.misc.attribute.key.hint" }}
|
|
</p>
|
|
</div>
|
|
<div class="property">
|
|
<label for="{{meta.idp}}-aboveTheFold">
|
|
{{ localize "taf.misc.attribute.always-visible" }}
|
|
</label>
|
|
<taf-toggle
|
|
id="{{meta.idp}}-aboveTheFold"
|
|
name="system.aboveTheFold"
|
|
{{checked system.aboveTheFold}}
|
|
></taf-toggle>
|
|
</div>
|
|
{{#if (not system.aboveTheFold)}}
|
|
<div class="property">
|
|
<label for="{{meta.idp}}-group">
|
|
{{ localize "taf.misc.item.group" }}
|
|
</label>
|
|
<input
|
|
type="text"
|
|
id="{{meta.idp}}-group"
|
|
name="system.group"
|
|
value="{{system.group}}"
|
|
>
|
|
</div>
|
|
{{/if}}
|
|
<div class="property wide-input">
|
|
<label for="{{meta.idp}}-trigger">
|
|
{{ localize "taf.misc.item.trigger" }}
|
|
</label>
|
|
<document-tags
|
|
id="{{meta.idp}}-trigger"
|
|
single
|
|
type="Macro"
|
|
name="system.trigger"
|
|
value="{{system.trigger}}"
|
|
></document-tags>
|
|
</div>
|
|
</div>
|